Click or drag to resize

OutputStateData Class

Inheritance Hierarchy
SystemObject
  AC908_SDKOutputStateData

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

The OutputStateData type exposes the following members.

Constructors
  NameDescription
Public methodOutputStateData
Initializes a new instance of the OutputStateData class.
Public methodOutputStateData(Byte, OutputStateControlCode, UInt16)
Initializes a new instance of the OutputStateData class.
Top
Properties
  NameDescription
Public propertyControlCode
Requested Output State, where: 0- NOP, do not alter this output. 1- Set the permanent state to OFF, abort timed operation (if any). 2- Set the permanent state to ON, abort timed operation (if any). 3- Set the permanent state to OFF, allow timed operation to complete. 4- Set the permanent state to ON, allow timed operation to complete. 5- Set the temporary state to ON, resume perm state on timeout. 6- Set the temporary state to OFF, resume permanent state on timeout.
Public propertyOutputNumber
The output pin number. 0 = First Output, 1 = Second Output, etc.
Public propertyTimer
Total time, in units of 100 ms.
Top
See Also