Developer World
Spresense SDK Library v3.2.0-ebc0364
Ltelwm2m_macro_resinsttype
Collaboration diagram for Ltelwm2m_macro_resinsttype:

Resource instance type

Resource multiple/single type which is set on inst_type member in lwm2mstub_resource_s

#define LWM2MSTUB_RESINST_SINGLE   (0)
 The resource is "SINGLE" instance.
 
#define LWM2MSTUB_RESINST_MULTI   (1)
 The resource is "MULTIPLE" instance.
 

Detailed Description