ASCIIProtocolGetAllAnalogInputLineStates Method |
Gets the state of all the Analog Input lines of the device as double[lineNumber]
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double[] GetAllAnalogInputLineStates(
int numberOfInputs = 8
)
Public Function GetAllAnalogInputLineStates (
Optional numberOfInputs As Integer = 8
) As Double()
abstract GetAllAnalogInputLineStates :
?numberOfInputs : int
(* Defaults:
let _numberOfInputs = defaultArg numberOfInputs 8
*)
-> float[]
override GetAllAnalogInputLineStates :
?numberOfInputs : int
(* Defaults:
let _numberOfInputs = defaultArg numberOfInputs 8
*)
-> float[]
Parameters
- numberOfInputs Int32 (Optional)
- Number of inputs
Return Value
DoubleArray of line values
Implements
IIOProtocolGetAllAnalogInputLineStates(Int32)
Exceptions
See Also