Enums and types for LwM2M interface. More...
Go to the source code of this file.
Data Structures | |
struct | registry_callback_token_s |
Client Lite internal callbacks always associate with a token to enable multiple ongoing callbacks. More... | |
struct | registry_available_parameters_s |
Structure for marking the observation parameters available inside the associated structure. More... | |
union | registry_observation_value_u |
Union for carrying previous integer or floating point value of the observed Resource. More... | |
struct | registry_data_opaque_s |
Structure for keeping opaque data in a registry item. More... | |
union | registry_data_generic_u |
Common name for storing either opaque or string data of Resources. More... | |
struct | registry_generic_value_s |
All non-primitive data in registry item values is stored through this structure. More... | |
union | registry_object_value_u |
All resource values are stored through this common name. More... | |
struct | registry_path_s |
Describes the path of an item in the LwM2M Object registry. More... | |
struct | registry_listing_s |
This data structure is used when searching or otherwise iterating the LwM2M Object hierarchy in the registry. More... | |
Typedefs | |
typedef enum registry_callback_type_e | registry_callback_type_t |
Type of the resource callback call. | |
typedef enum registry_removal_type_e | registry_removal_type_t |
Resource remove mode. | |
typedef enum registry_notification_status_e | registry_notification_status_t |
Notification status codes. | |
typedef struct registry_callback_token_s | registry_callback_token_t |
Client Lite internal callbacks always associate with a token to enable multiple ongoing callbacks. | |
typedef struct registry_available_parameters_s | registry_available_parameters_t |
Structure for marking the observation parameters available inside the associated structure. | |
typedef union registry_observation_value_u | registry_observation_value_t |
Union for carrying previous integer or floating point value of the observed Resource. | |
typedef struct registry_data_opaque_s | registry_data_opaque_t |
Structure for keeping opaque data in a registry item. | |
typedef union registry_data_generic_u | registry_data_generic_t |
Common name for storing either opaque or string data of Resources. | |
typedef struct registry_generic_value_s | registry_generic_value_t |
All non-primitive data in registry item values is stored through this structure. | |
typedef union registry_object_value_u | registry_object_value_t |
All resource values are stored through this common name. | |
typedef struct registry_path_s | registry_path_t |
Describes the path of an item in the LwM2M Object registry. More... | |
typedef enum registry_status_e | registry_status_t |
Possible status codes for registry functions. | |
typedef enum registry_event_listen_mode_e | registry_event_listen_mode_t |
These values are used for indicating what kind of events are listened from the registry. More... | |
typedef enum listing_type_e | listing_type_t |
Used for selecting the listing type before calling the listing function, and for internal state information internally. | |
typedef struct registry_listing_s | registry_listing_t |
This data structure is used when searching or otherwise iterating the LwM2M Object hierarchy in the registry. More... | |
Enums and types for LwM2M interface.
typedef enum registry_event_listen_mode_e registry_event_listen_mode_t |
These values are used for indicating what kind of events are listened from the registry.
registry_event_listen_mode_t
uses bitmask values, REGISTRY_EVENT_LISTEN_EVERY_EVENT
sets all the bits. typedef struct registry_listing_s registry_listing_t |
This data structure is used when searching or otherwise iterating the LwM2M Object hierarchy in the registry.
typedef struct registry_path_s registry_path_t |
Describes the path of an item in the LwM2M Object registry.
path_type
must be read before reading other fields, except object_id
, to check if they are available. enum listing_type_e |
Used for selecting the listing type before calling the listing function, and for internal state information internally.
Type of the resource callback call.
These values are used for indicating what kind of events are listened from the registry.
registry_event_listen_mode_t
uses bitmask values, REGISTRY_EVENT_LISTEN_EVERY_EVENT
sets all the bits. Notification status codes.
enum registry_status_e |
Possible status codes for registry functions.