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

Parameters

numberOfOutputs (Optional)
Type: SystemInt32

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

Return Value

Type: Double

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

See Also