... <- FixedList <- ObjectList <- Semaphore <- Timer <- BacklightTimer |
|
|
ResetBacklightTimer |
Class BacklightTimer defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| Semaphore: | releaseCount: | Signed |
instance BacklightTimer tag; releaseCount: 0; end instance;
#endif #endif #ifdef BACKLIGHT_TIMER Define Class BacklightTimer; inherits from Timer; operation ResetBacklightTimer(); end class;