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.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("GetLineState is deprecated. Replaced by GetDigitalLineState")]
public int GetLineState(
	int line,
	bool isInput = true
)

Parameters

line  Int32
Line number
isInput  Boolean  (Optional)
Is the line a input

Return Value

Int32
Line state

Implements

IIOProtocolGetLineState(Int32, Boolean)
See Also