![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
LWM2M string type. More...
#include <lwm2m_api.h>
Data Fields | |
char * | p_val |
uint32_t | len |
LWM2M string type.
uint32_t lwm2m_string_t::len |
Length of p_val.
char* lwm2m_string_t::p_val |
Pointer to the value of the string data.