Click or drag to resize

IIOProtocolGetDigitalLineState Method

Get an individual digital line state

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
int GetDigitalLineState(
	int line,
	bool isInput = true
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Brainboxes.IO.IIOProtocol.GetDigitalLineState(System.Int32,System.Boolean)"]

isInput (Optional)
Type: SystemBoolean
Defaults true

Return Value

Type: Int32

[Missing <returns> documentation for "M:Brainboxes.IO.IIOProtocol.GetDigitalLineState(System.Int32,System.Boolean)"]

See Also