[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]

BacklightButtonDino

inherits from BacklightButton

Object <- HardwareButton <- BacklightButton <- BacklightButtonDino



Operations

Get list of all operations

ReinitializeClass
ResetClass


Attributes

Get list of all attributes

Class BacklightButtonDino defines no new attributes.


Fields

Field Type
HardwareButton: timePushed: Unsigned
timeReleased: Unsigned
BacklightButton: lowPowerMode: Boolean


Instance template

instance BacklightButtonDino tag;
     timePushed: 0;
   timeReleased: 0;
   lowPowerMode: false;
end instance;

Class definition

#ifdef HARDWARE_BACKLIGHT_BUTTON
#ifdef DINO
Define Class BacklightButtonDino;
    inherits from BacklightButton;

    overrides ResetClass;
    overrides ReinitializeClass;
end class;