Click or drag to resize

IIOProtocolSetAllOutputLineStates Method

Note: This API is now obsolete.

Set All digital 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
[ObsoleteAttribute("SetAllOutputLineStates is deprecated. Replaced by SetAllDigitalOutputLineStates")]
void SetAllOutputLineStates(
	int states,
	int numberOfOutputs
)

Parameters

states
Type: SystemInt32

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

numberOfOutputs
Type: SystemInt32

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

See Also