Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FXAS21002 FXOS8700Q
MbedCloudClientCallback Class Reference
MbedCloudClientCallback A callback class for informing updated object and resource value from the LWM2M server to the user of the MbedCloudClient class. 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 Cloud server. |
Detailed Description
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().
Definition at line 58 of file MbedCloudClient.h.
Member Function Documentation
virtual void value_updated | ( | M2MBase * | base, |
M2MBase::BaseType | type | ||
) | [pure virtual] |
A callback indicating that the value of the resource object is updated by the LWM2M Cloud server.
- Parameters:
-
base The object whose value is updated. type The type of the object.
Generated on Tue Jul 12 2022 20:21:06 by
