Click or drag to resize

ASCIIProtocolGetAllAnalogInputLineStates Method

Gets the state of all the Analog Input lines of the device as double[lineNumber]

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double[] GetAllAnalogInputLineStates(
	int numberOfInputs = 8
)

Parameters

numberOfInputs  Int32  (Optional)
Number of inputs

Return Value

Double
Array of line values

Implements

IIOProtocolGetAllAnalogInputLineStates(Int32)
Exceptions
ExceptionCondition
InvalidDataExceptionThrown if data format is unknown
See Also