|
Soletta™ Framework
|
The resource data array. More...
#include <sol-lwm2m.h>
Data Fields | |
| union { | |
| bool b | |
| The resource is a bool value. More... | |
| struct sol_blob * blob | |
| The resource is opaque or an string. More... | |
| double fp | |
| The resource is a float value. More... | |
| int64_t integer | |
| The resource is a integer value. More... | |
| } | content |
| uint16_t | id |
The resource data array.
| bool sol_lwm2m_resource::sol_lwm2m_resource_data::b |
The resource is a bool value.
Referenced by write_security_res().
| struct sol_blob* sol_lwm2m_resource::sol_lwm2m_resource_data::blob |
The resource is opaque or an string.
Referenced by write_security_res(), and write_server_res().
| union { ... } sol_lwm2m_resource::sol_lwm2m_resource_data::content |
Referenced by write_access_control_res(), write_security_res(), and write_server_res().
| double sol_lwm2m_resource::sol_lwm2m_resource_data::fp |
The resource is a float value.
| uint16_t sol_lwm2m_resource::sol_lwm2m_resource_data::id |
Referenced by write_access_control_res().
| int64_t sol_lwm2m_resource::sol_lwm2m_resource_data::integer |
The resource is a integer value.
Referenced by write_access_control_res(), write_security_res(), and write_server_res().
1.8.6