Click or drag to resize

ModbusTCPProtocolSetAllDigitalOutputLineStates Method

Set all output lines on the device open (0) or closed (1) The bit position represents the line number

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetAllDigitalOutputLineStates(
	int states,
	int numberOfOutputs = 8
)

Parameters

states  Int32
The bit position represents the line number
numberOfOutputs  Int32  (Optional)
The number of outputs on the device

Implements

IIOProtocolSetAllDigitalOutputLineStates(Int32, Int32)
See Also