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

Parameters

numberOfOutputs (Optional)
Type: SystemInt32

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

Return Value

Type: Double

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

Implements

IIOProtocolGetAllAnalogOutputLineStates(Int32)
See Also