Click or drag to resize

OutputStateDataControlCode Property

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.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public OutputStateControlCode ControlCode { get; set; }

Property Value

Type: OutputStateControlCode
See Also