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 Structures | Data Fields
sol_lwm2m_payload Struct Reference

A payload received from the network used to create a LWM2M object instance. More...

#include <sol-lwm2m.h>

Data Structures

union  sol_lwm2m_payload_data
 

Data Fields

union
sol_lwm2m_payload::sol_lwm2m_payload_data 
payload
 The payload data. More...
 
enum sol_lwm2m_content_type type
 The payload type. More...
 

Detailed Description

A payload received from the network used to create a LWM2M object instance.

See Also
sol_lwm2m_content_type
struct sol_lwm2m_object::create
Examples:
/src/samples/coap/lwm2m-client.c.

Field Documentation

union sol_lwm2m_payload::sol_lwm2m_payload_data sol_lwm2m_payload::payload
enum sol_lwm2m_content_type sol_lwm2m_payload::type

The documentation for this struct was generated from the following file: