Click or drag to resize

ASCIIProtocolGetAnalogLineState Method

Get the state of an Analog IO Line. If the analog line is disabled it will return +00.000

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

Parameters

line
Type: SystemInt32

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

isInput (Optional)
Type: SystemBoolean
Whether the analog IO Line is an input

Return Value

Type: Double

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

Implements

IIOProtocolGetAnalogLineState(Int32, Boolean)
See Also