Click or drag to resize

ModbusTCPProtocolGetAllAnalogOutputLineStates Method

Get all analog output values

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.ModbusTCPProtocol.GetAllAnalogOutputLineStates(System.Int32)"]

Return Value

Type: Double

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

Implements

IIOProtocolGetAllAnalogOutputLineStates(Int32)
See Also