nRF5 SDK v15.0.0
Data Fields
lwm2m_string_t Struct Reference

LWM2M string type. More...

#include <lwm2m_api.h>

Data Fields

char * p_val
 
uint32_t len
 

Detailed Description

LWM2M string type.

Field Documentation

uint32_t lwm2m_string_t::len

Length of p_val.

char* lwm2m_string_t::p_val

Pointer to the value of the string data.


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

Documentation feedback | Developer Zone | Subscribe | Updated