Click or drag to resize

ASCIIProtocolGetAllAnalogOutputLineStates Method

Gets the state of all the Analog Output 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[] GetAllAnalogOutputLineStates(
	int numberOfOutputs = 4
)

Parameters

numberOfOutputs  Int32  (Optional)
Number of analog output lines

Return Value

Double
Array of line values

Implements

IIOProtocolGetAllAnalogOutputLineStates(Int32)
See Also