This is the documentation for ToiFrontPanelServiceSegmentDisplayInfo.
The structure contains information about the segment display. Use toi.statics.ToiFrontPanelServiceSegmentDisplayInfo.create(<numberOfBlocks>, <supportsColon>, <supportsIntensity>) to create an instance of ToiFrontPanelServiceSegmentDisplayInfo.
import "ToiFrontPanelServiceSegmentDisplayInfo.idl";
Public Attributes | |
attribute long | numberOfBlocks |
attribute boolean | supportsColon |
attribute boolean | supportsIntensity |
attribute long ToiFrontPanelServiceSegmentDisplayInfo::numberOfBlocks |
Designates the number of blocks on the segment display. Set to zero if there is no segment display.
attribute boolean ToiFrontPanelServiceSegmentDisplayInfo::supportsColon |
Shows whether the segment display has a colon or not.
attribute boolean ToiFrontPanelServiceSegmentDisplayInfo::supportsIntensity |
Show whether the intensity can be varied or not.