![]() | OutputStateData Class |
Namespace: AC908_SDK
public class OutputStateData
The OutputStateData type exposes the following members.
Name | Description | |
---|---|---|
![]() | OutputStateData |
Initializes a new instance of the OutputStateData class.
|
![]() | OutputStateData(Byte, OutputStateControlCode, UInt16) |
Initializes a new instance of the OutputStateData class.
|
Name | Description | |
---|---|---|
![]() | ControlCode |
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.
|
![]() | OutputNumber |
The output pin number.
0 = First Output, 1 = Second Output, etc.
|
![]() | Timer |
Total time, in units of 100 ms.
|