joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

M2MReportObserver Class Reference

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, Observer, Observer, TestReportObserver, TestReportObserver, TestReportObserver, and TestReportObserver.

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_idsA list of changed object instance IDs.
send_objectIndicates whether the whole object will be sent or not.

Implemented in M2MBase.