Click or drag to resize

IIOProtocolGetAllAnalogOutputLineStates 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
double[] GetAllAnalogOutputLineStates(
	int numberOfOutputs = 4
)

Parameters

numberOfOutputs  Int32  (Optional)

[Missing <param name="numberOfOutputs"/> documentation for "M:Brainboxes.IO.IIOProtocol.GetAllAnalogOutputLineStates(System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:Brainboxes.IO.IIOProtocol.GetAllAnalogOutputLineStates(System.Int32)"]

See Also