#include <m2mreportobserver.h>
Public Member Functions | |
virtual bool | observation_to_be_sent (const m2m::Vector< uint16_t > &changed_instance_ids, uint16_t obs_number, bool send_object=false)=0 |
An observation callback to be sent to the server due to a change in the observed parameter. More... | |
An interface for inviting the base class to send a report to the server.
|
pure virtual |
An observation callback to be sent to the server due to a change in the observed parameter.
changed_instance_ids | A list of changed object instance IDs. |
obs_number | The observation number. |
send_object | Indicates whether the whole object will be sent or not. |
Implemented in M2MBase.