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
Syntaxvoid SetAllDigitalOutputLineStates(
int states,
int numberOfOutputs
)
Sub SetAllDigitalOutputLineStates (
states As Integer,
numberOfOutputs As Integer
)
abstract SetAllDigitalOutputLineStates :
states : int *
numberOfOutputs : int -> unit
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