#include <m2mtimerobserver.h>
Public Types | |
enum | Type { Notdefined, Registration, NsdlExecution, PMinTimer, PMaxTimer, Dtls, QueueSleep, RetryTimer, BootstrapFlowTimer, RegistrationFlowTimer, StaggerWaitTimer, DnsQueryFallback, TypeNotUsed } |
Public Member Functions | |
virtual void | timer_expired (M2MTimerObserver::Type type=M2MTimerObserver::Notdefined)=0 |
Indicates that the timer has expired. More... | |
Observer class for indicating the timer expiry to the parent class.
The types of timer that can be created for mbed Client.
|
pure virtual |
Indicates that the timer has expired.
type | The type of the timer that has expired. |