Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_lwm2m_payload::sol_lwm2m_payload_data Union Reference

#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...
 

Field Documentation

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 documentation for this union was generated from the following file: