LWMW2M Bootstrap type definitions. More...
Data Structures |
|
| struct | lwm2m_string_t |
|
LWM2M string type.
More...
|
|
| struct | lwm2m_opaque_t |
|
LWM2M opaque type.
More...
|
|
| struct | lwm2m_server_config_t |
|
LWM2M server configuration type.
More...
|
|
| union | lwm2m_identity_string_t |
|
LWM2M identity string.
More...
|
|
| struct | lwm2m_client_identity_t |
|
LWM2M client identity structure type.
More...
|
|
Typedefs |
|
| typedef coap_remote_t | lwm2m_remote_t |
|
LWM2M remote structure type.
|
|
| typedef uint32_t | lwm2m_time_t |
|
LWM2M time type.
|
|
Enumerations |
|
| enum |
lwm2m_notification_type_t
{
LWM2M_NOTIFCATION_TYPE_BOOTSTRAP , LWM2M_NOTIFCATION_TYPE_REGISTER , LWM2M_NOTIFCATION_TYPE_UPDATE , LWM2M_NOTIFCATION_TYPE_DEREGISTER } |
|
Application notification callback types.
More...
|
|
| enum |
lwm2m_client_identity_type_t
{
LWM2M_CLIENT_ID_TYPE_UUID = 36, LWM2M_CLIENT_ID_TYPE_IMEI = 15, LWM2M_CLIENT_ID_TYPE_ESN = 8, LWM2M_CLIENT_ID_TYPE_MEID = 14 } |
|
LWM2M client identity types.
|
|
Detailed Description
LWMW2M Bootstrap type definitions.
Enumeration Type Documentation
Application notification callback types.