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
)
<ObsoleteAttribute("SetAllOutputLineStates is deprecated. Replaced by SetAllDigitalOutputLineStates")>
Sub SetAllOutputLineStates (
states As Integer,
numberOfOutputs As Integer
)
[<ObsoleteAttribute("SetAllOutputLineStates is deprecated. Replaced by SetAllDigitalOutputLineStates")>]
abstract SetAllOutputLineStates :
states : int *
numberOfOutputs : int -> unit
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