[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

BacklightTimer

inherits from Timer

... <- FixedList <- ObjectList <- Semaphore <- Timer <- BacklightTimer



Operations

Get list of all operations

ResetBacklightTimer


Attributes

Get list of all attributes

Class BacklightTimer defines no new attributes.


Fields

Field Type
Semaphore: releaseCount: Signed


Instance template

instance BacklightTimer tag;
   releaseCount: 0;
end instance;

Class definition

#endif
#endif

#ifdef BACKLIGHT_TIMER
Define Class BacklightTimer;
    inherits from Timer;

    operation ResetBacklightTimer();
end class;