Mistake on this page? Email us
MbedCloudClientCallback Class Referenceabstract

MbedCloudClientCallback A callback class for informing updated Object and Resource value from the LwM2M server to the user of the MbedCloudClient class. You must instantiate the class derived out of this and pass the Object to MbedCloudClient::set_update_callback(). More...

#include <MbedCloudClient.h>

Public Member Functions

virtual void value_updated (M2MBase *base, M2MBase::BaseType type)=0
 A callback indicating that the value of the Resource Object is updated by the LwM2M Device Management server. More...
 

Detailed Description

MbedCloudClientCallback A callback class for informing updated Object and Resource value from the LwM2M server to the user of the MbedCloudClient class. You must instantiate the class derived out of this and pass the Object to MbedCloudClient::set_update_callback().

Member Function Documentation

virtual void MbedCloudClientCallback::value_updated ( M2MBase *  base,
M2MBase::BaseType  type 
)
pure virtual

A callback indicating that the value of the Resource Object is updated by the LwM2M Device Management server.

Parameters
baseThe Object whose value is updated.
typeThe type of the Object.

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