|
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...
|
|
virtual bool M2MReportObserver::observation_to_be_sent |
( |
const m2m::Vector< uint16_t > & |
changed_instance_ids, |
|
|
uint16_t |
obs_number, |
|
|
bool |
send_object = false |
|
) |
| |
|
pure virtual |
An observation callback to be sent to the server due to a change in the observed parameter.
- Parameters
-
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. |
- Returns
- True if the message was send, False if there is already ongoing notification.
Implemented in M2MBase.
The documentation for this class was generated from the following file: