Timothy Beight / Mbed 2 deprecated 6_songs-from-the-cloud

Dependencies:   mbed Socket lwip-eth lwip-sys lwip

Fork of 6_songs-from-the-cloud by MakingMusicWorkshop

Embed: (wiki syntax)

« Back to documentation index

M2MTimerObserver Class Reference

M2MTimerObserver Class Reference

M2MTimerObserver Observer class for indicating the timer expiry to the parent class. More...

#include <m2mtimerobserver.h>

Inherited by M2MConnectionSecurityPimpl, M2MInterfaceImpl, M2MNsdlInterface, and M2MReportHandler.

Public Member Functions

virtual void timer_expired (M2MTimerObserver::Type type=M2MTimerObserver::Notdefined)=0
 Indicates that the time has expired.

Detailed Description

M2MTimerObserver Observer class for indicating the timer expiry to the parent class.

Definition at line 23 of file m2mtimerobserver.h.


Member Function Documentation

virtual void timer_expired ( M2MTimerObserver::Type  type = M2MTimerObserver::Notdefined ) [pure virtual]

Indicates that the time has expired.

Parameters:
type,Typeof timer that has expired.

Implemented in M2MInterfaceImpl, M2MNsdlInterface, and M2MReportHandler.