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";
Public Attributes | |
attribute ToiFrontPanelService::TToiColor | color |
attribute double | blinkFrequency |
attribute double ToiFrontPanelServiceLedState::blinkFrequency |
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.
Color of the LED.