This structure contains the state of the segment display.
import "IToiFrontPanelService.idl";
Public Attributes | |
string | Text |
boolean | ColonState |
long | Intensity |
IToiFrontPanelService::TToiSegmentDisplayModes | CurrentMode |
True if a colon is shown in the display. The state is independent of whether the display is in clock mode or not, i.e, it is up to the application to decide if the colon should be lit when the clock is displayed.
IToiFrontPanelService::TToiSegmentDisplayModes IToiFrontPanelService::TToiSegmentDisplayState::CurrentMode |
Indicates which mode the segment display is in.
The intensity of the display, given in percent, i.e., a value between 0 and 100.
The text string that is displayed. When the display is in clock mode en empty string will be returned.