| class CommTimer |
Static utility class for global timer handling designed for use by Serial Server plug-ins (CSYs).
| Public Member Functions | |
|---|---|
| CDeltaTimer * | GetTimer() |
| IMPORT_C void | Queue(TTimeIntervalMicroSeconds32, TDeltaTimerEntry &) |
| IMPORT_C void | Remove(TDeltaTimerEntry &) |
| IMPORT_C void | Queue | ( | TTimeIntervalMicroSeconds32 | aTimeInMicroSeconds, |
| TDeltaTimerEntry & | aHandle | |||
| ) | [static] | |||
| TTimeIntervalMicroSeconds32 aTimeInMicroSeconds | |
| TDeltaTimerEntry & aHandle |
| IMPORT_C void | Remove | ( | TDeltaTimerEntry & | aHandle | ) | [static] |
| TDeltaTimerEntry & aHandle |