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.
ConnectorClientCallback Class Reference
ConnectorClientCallback A callback class for passing the client progress and error condition to the ServiceClient class object. More...
#include <ConnectorClient.h>
Inherited by ServiceClient [private]
.
Public Member Functions | |
virtual void | registration_process_result (ConnectorClient::StartupSubStateRegistration status)=0 |
Indicates that the registration or unregistration operation is complete with success or failure. | |
virtual void | connector_error (M2MInterface::Error error, const char *reason)=0 |
Indicates the Connector error condition of an underlying M2MInterface client. | |
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
ConnectorClientCallback A callback class for passing the client progress and error condition to the ServiceClient class object.
Definition at line 434 of file ConnectorClient.h.
Member Function Documentation
virtual void connector_error | ( | M2MInterface::Error | error, |
const char * | reason | ||
) | [pure virtual] |
Indicates the Connector error condition of an underlying M2MInterface client.
- Parameters:
-
error,Indicates an error code translated from M2MInterface::Error. reason,Indicates human readable text for error description.
Implemented in ServiceClient.
virtual void registration_process_result | ( | ConnectorClient::StartupSubStateRegistration | status ) | [pure virtual] |
Indicates that the registration or unregistration operation is complete with success or failure.
- Parameters:
-
status,Indicates success or failure in terms of status code.
Implemented in ServiceClient.
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.
Implemented in ServiceClient.
Generated on Mon Aug 29 2022 19:53:43 by
