mbed client on ethernet with LWIP
Dependencies: mbed Socket lwip-eth lwip-sys lwip
Fork of mbed-client-classic-example-lwip 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 ()=0 |
| 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 | ( | ) | [pure virtual] |
Observation callback to be sent to the server due to a change in the observed parameter.
Implemented in M2MBase.
Generated on Tue Jul 12 2022 13:53:53 by
1.7.2
Austin Blackstone
