ToiFrontPanelServiceLedState Interface Reference


Description

This is the documentation for ToiFrontPanelServiceLedState.
This structure contains the state of a given LED. Use toi.statics.ToiFrontPanelServiceLedState.create(<color>, <blinkFrequency>) to create an instance of ToiFrontPanelServiceLedState.

import "ToiFrontPanelServiceLedState.idl";

List of all members.

Public Attributes

attribute
ToiFrontPanelService::TToiColor 
color
attribute double blinkFrequency

Member Data Documentation

Indicates the current blinking frequency in Hz of the LED. Zero indicates a steady light. Note that this is a desired frequency and it is not guarantueed that the STB actually can blink the LED at that frequency.