Click or drag to resize

ModbusTCPProtocolGetAllAnalogInputLineStates Method

Get all analog input values

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double[] GetAllAnalogInputLineStates(
	int numberOfInputs = 8
)

Parameters

numberOfInputs  Int32  (Optional)

[Missing <param name="numberOfInputs"/> documentation for "M:Brainboxes.IO.ModbusTCPProtocol.GetAllAnalogInputLineStates(System.Int32)"]

Return Value

Double

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

Implements

IIOProtocolGetAllAnalogInputLineStates(Int32)
See Also