Whether the line is:
Digital Input : HIGH (1) or LOW(0)
Output/Relay : CLOSED (1) or OPEN (0)
NOTE: only Outputs can be set, inputs will throw InvalidOperationException
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Value { get; set; }
Public Property Value As Integer
Get
Set
member Value : int with get, set
Property Value
Int32See Also