Enum anj_id_type_t
Defined in File defs.h
Enum Documentation
-
enum anj_id_type_t
Identifiers used to index elements of anj_uri_path_t::ids.
These correspond to components of an LwM2M data model path:
ANJ_ID_OID — Object ID
ANJ_ID_IID — Object Instance ID
ANJ_ID_RID — Resource ID
ANJ_ID_RIID — Resource Instance ID
ANJ_URI_PATH_MAX_LENGTH gives the size of the array that can store all possible path components.
Values:
-
enumerator ANJ_ID_OID
-
enumerator ANJ_ID_IID
-
enumerator ANJ_ID_RID
-
enumerator ANJ_ID_RIID
-
enumerator ANJ_URI_PATH_MAX_LENGTH