Soletta™ Framework
|
#include <sol-lwm2m.h>
Data Fields | |
struct sol_str_slice | slice_content |
The payload content in bytes. More... | |
struct sol_vector | tlv_content |
The payload content as TLV format - use only when sol_lwm2m_payload::type is SOL_LWM2M_CONTENT_TYPE_TLV. More... | |
struct sol_str_slice sol_lwm2m_payload::sol_lwm2m_payload_data::slice_content |
The payload content in bytes.
struct sol_vector sol_lwm2m_payload::sol_lwm2m_payload_data::tlv_content |
The payload content as TLV format - use only when sol_lwm2m_payload::type
is SOL_LWM2M_CONTENT_TYPE_TLV.
Referenced by create_access_control_obj(), create_location_obj(), create_security_obj(), and create_server_obj().