Click or drag to resize

LedPermanentSettings Class

Inheritance Hierarchy

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class LedPermanentSettings : AC908ViewModel

The LedPermanentSettings type exposes the following members.

Constructors
  NameDescription
Public methodLedPermanentSettings
Initializes a new instance of the LedPermanentSettings class.
Public methodLedPermanentSettings(LedPermanentControlCode, Byte, Byte, LedColor, LedColor)
Initializes a new instance of the LedPermanentSettings class.
Top
Properties
  NameDescription
Public propertyControlCode
The mode to return to after the timer expires: 0- NOP, do not alter this LED's permanent settings. 1- Set the permanent state as given.
Public propertyOffColor
The color to set during the OFF time.
Public propertyOffTime
The OFF duration of the flash, in units of 100 ms.
Public propertyOnColor
The color to set during the ON time.
Public propertyOnTime
The ON duration of the flash, in units of 100 ms.
Top
Methods
  NameDescription
Protected methodOnPropertyChanged
Called when property changed.
(Inherited from AC908ViewModel.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from AC908ViewModel.)
Top
See Also