Click or drag to resize

ASCIIProtocolGetLineState Method

Note: This API is now obsolete.

Get the state of a digital IO line

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
[ObsoleteAttribute("GetLineState is deprecated. Replaced by GetDigitalLineState")]
public int GetLineState(
	int line,
	bool isInput = true
)

Parameters

line
Type: SystemInt32

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

isInput (Optional)
Type: SystemBoolean

[Missing <param name="isInput"/> documentation for "M:Brainboxes.IO.ASCIIProtocol.GetLineState(System.Int32,System.Boolean)"]

Return Value

Type: Int32

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

Implements

IIOProtocolGetLineState(Int32, Boolean)
See Also