Click or drag to resize

OutputStateControlCode Enumeration

Requested Output State.

Namespace:  AC908_SDK.Enums
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public enum OutputStateControlCode
Members
  Member nameValueDescription
NOP0 Do not alter this output.
OffAbortTimeout1 Set the permanent state to OFF, abort timed operation (if any).
OnAbortTimeout2 Set the permanent state to ON, abort timed operation (if any).
OffAllowTimeout3 Set the permanent state to OFF, allow timed operation to complete.
OnAllowTimeout4 Set the permanent state to ON, allow timed operation to complete.
OffResumePermanentState5 Set the permanent state to OFF, resume permanent state on timeout.
OnResumePermanentState6 Set the permanent state to ON, resume permanent state on timeout.
See Also