IIOProtocolGetAllAnalogInputLineStates Method |
Gets the state of all the Analog Input lines of the device as double[lineNumber]
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxdouble[] GetAllAnalogInputLineStates(
int numberOfInputs = 8
)
Function GetAllAnalogInputLineStates (
Optional numberOfInputs As Integer = 8
) As Double()
abstract GetAllAnalogInputLineStates :
?numberOfInputs : int
(* Defaults:
let _numberOfInputs = defaultArg numberOfInputs 8
*)
-> float[]
Parameters
- numberOfInputs (Optional)
- Type: SystemInt32
[Missing <param name="numberOfInputs"/> documentation for "M:Brainboxes.IO.IIOProtocol.GetAllAnalogInputLineStates(System.Int32)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:Brainboxes.IO.IIOProtocol.GetAllAnalogInputLineStates(System.Int32)"]
See Also