Anjay Lite
|
#include <defs.h>
Data Fields | |
uint16_t | ids [ANJ_URI_PATH_MAX_LENGTH] |
size_t | uri_len |
A data type that represents a data model path.
It may represent a root path, an Object path, an Object Instance path, a Resource path, or a Resource Instance path.
The ids
array is designed to be safely and meaningfully indexed by anj_id_type_t values.
uint16_t ids[ANJ_URI_PATH_MAX_LENGTH] |
size_t uri_len |