Click or drag to resize

IIOProtocolSetAllDigitalOutputLineStates Method

Set All Output Line States, where each bit represents the state of the corresponding line number

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

Parameters

states  Int32

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

numberOfOutputs  Int32

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

See Also