MbedCloudClientCallback A callback class for informing updated Object and Resource value from the LwM2M server to the user of the MbedCloudClient
class. The user 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... | |
MbedCloudClientCallback A callback class for informing updated Object and Resource value from the LwM2M server to the user of the MbedCloudClient
class. The user must instantiate the class derived out of this and pass the Object to MbedCloudClient::set_update_callback()
.
|
pure virtual |
A callback indicating that the value of the Resource Object is updated by the LwM2M Device Management server.
base | The Object whose value is updated. |
type | The type of the Object. |