IToiFrontPanelService::TToiSegmentDisplayState Struct Reference


Description

This structure contains the state of the segment display.

import "IToiFrontPanelService.idl";

List of all members.

Public Attributes

string Text
boolean ColonState
long Intensity
IToiFrontPanelService::TToiSegmentDisplayModes CurrentMode

Member Data Documentation

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.

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.