virtual void M2MInterfaceObserver::bootstrap_data_ready |
( |
M2MSecurity * |
| ) |
|
|
inlinevirtual |
A callback indicating when all bootstrap data has been received.
- Parameters
-
security_object,The | security object that contains the security information. |
virtual void M2MInterfaceObserver::bootstrap_done |
( |
M2MSecurity * |
server_object | ) |
|
|
pure virtual |
A callback indicating that the bootstap has been performed successfully.
- Parameters
-
server_object | The server object that contains information fetched about the LWM2M server from the bootstrap server. This object can be used to register to the LWM2M server. The object ownership is passed. |
A callback indicating that there was an error during the operation.
- Parameters
-
error | An error code for the occurred error. |
virtual void M2MInterfaceObserver::object_registered |
( |
M2MSecurity * |
security_object, |
|
|
const M2MServer & |
server_object |
|
) |
| |
|
pure virtual |
A callback indicating that the device object has been registered successfully to the LWM2M server.
- Parameters
-
security_object | The server object on which the device object is registered. The object ownership is passed. |
server_object | An object containing information about the LWM2M server. The client maintains the object. |
virtual void M2MInterfaceObserver::object_unregistered |
( |
M2MSecurity * |
server_object | ) |
|
|
pure virtual |
A callback indicating that the device object has been successfully unregistered from the LWM2M server.
- Parameters
-
server_object | The server object from which the device object is unregistered. The object ownership is passed. |
virtual void M2MInterfaceObserver::registration_updated |
( |
M2MSecurity * |
security_object, |
|
|
const M2MServer & |
server_object |
|
) |
| |
|
pure virtual |
A callback indicating that the device object registration has been successfully updated on the LWM2M server.
- Parameters
-
security_object | The server object on which the device object registration updated. The object ownership is passed. |
server_object | An object containing information about the LWM2M server. The client maintains the object. |
A callback indicating that the value of the resource object is updated by the server.
- Parameters
-
base | The object whose value is updated. |
type | The type of the object. |
The documentation for this class was generated from the following file: