Friendly LWM2M client
For

Get data value by reference for the resource (instance)

Parameters
resInstIdThe instance ID to get the value example, if the resource is of type INT_T and SINGLE, the value can be retrieved as follows:
INT_T value = resource.get<INT_T>();
int64_t INT_T
Definition: WppTypes.h:41