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.
Fork of mbed-client by
M2MReportObserver Class Reference
M2MReportObserver An interface for inviting the base class to send a report to the server. More...
#include <m2mreportobserver.h>
Inherited by M2MBase.
| Public Member Functions | |
| virtual void | observation_to_be_sent (m2m::Vector< uint16_t > changed_instance_ids, bool send_object=false)=0 | 
| An observation callback to be sent to the server due to a change in the observed parameter. | |
Detailed Description
M2MReportObserver An interface for inviting the base class to send a report to the server.
Definition at line 28 of file m2mreportobserver.h.
Member Function Documentation
| virtual void observation_to_be_sent | ( | m2m::Vector< uint16_t > | changed_instance_ids, | 
| 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. send_object Indicates whether the whole object will be sent or not. 
Implemented in M2MBase.
Generated on Tue Jul 12 2022 18:07:00 by
 1.7.2
 1.7.2 
    