Public Types | |
enum | Type { Notdefined, Registration, NsdlExecution, PMinTimer, PMaxTimer, Dtls, QueueSleep, RetryTimer, BootstrapFlowTimer, RegistrationFlowTimer } |
Public Member Functions | |
virtual void | timer_expired (M2MTimerObserver::Type type=M2MTimerObserver::Notdefined)=0 |
Indicates that the timer has expired. More... | |
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. |