Magnificent7 / Hackathon
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, M2MReportHandler, and TimerObserver.

Public Member Functions

virtual void timer_expired (M2MTimerObserver::Type type=M2MTimerObserver::Notdefined)=0
 Indicates that the timer 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 timer has expired.

Parameters:
typeThe type of the timer that has expired.

Implemented in M2MInterfaceImpl, M2MNsdlInterface, M2MReportHandler, and M2MConnectionSecurityPimpl.