ToiFrontPanelServiceSegmentDisplayInfo Interface Reference


Description

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";

List of all members.

Public Attributes

attribute long numberOfBlocks
attribute boolean supportsColon
attribute boolean supportsIntensity

Member Data Documentation

Designates the number of blocks on the segment display. Set to zero if there is no segment display.

Shows whether the segment display has a colon or not.

Show whether the intensity can be varied or not.