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.5.0.8
Syntax
void SetAllDigitalOutputLineStates(
	int states,
	int numberOfOutputs
)

Parameters

states
Type: SystemInt32

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

numberOfOutputs
Type: SystemInt32

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

See Also