Click or drag to resize

LedTemporarySettings Class

Inheritance Hierarchy

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

The LedTemporarySettings type exposes the following members.

Constructors
  NameDescription
Public methodLedTemporarySettings
Initializes a new instance of the LedTemporarySettings class.
Public methodLedTemporarySettings(LedTemporaryControlCode, Byte, Byte, LedColor, LedColor, UInt16)
Initializes a new instance of the LedTemporarySettings class.
Top
Properties
  NameDescription
Public propertyControlCode
The mode to enter temporarily: 0- NOP, do not alter this LED's temporary settings. The remaining values of the temporary settings record are ignored. 1- Cancel any temporary operation and display this LED's permanent state immediately. 2- Set the temporary state as given and start timer immediately.
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.
Public propertyTime
Total flash time, 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