 | OutputStateControlCode Enumeration |
Requested Output State.
Namespace:
AC908_SDK.Enums
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic enum OutputStateControlCode
Members
| Member name | Value | Description |
---|
| NOP | 0 |
Do not alter this output.
|
| OffAbortTimeout | 1 |
Set the permanent state to OFF, abort timed operation (if any).
|
| OnAbortTimeout | 2 |
Set the permanent state to ON, abort timed operation (if any).
|
| OffAllowTimeout | 3 |
Set the permanent state to OFF, allow timed operation to complete.
|
| OnAllowTimeout | 4 |
Set the permanent state to ON, allow timed operation to complete.
|
| OffResumePermanentState | 5 |
Set the permanent state to OFF, resume permanent state on timeout.
|
| OnResumePermanentState | 6 |
Set the permanent state to ON, resume permanent state on timeout.
|
See Also