IIOProtocolGetDigitalInputLineCount Method |
Reads the input counter of the specified digital line.
The count can be 16 bits or 32 bits, by default int in .NET is 32bits
however to be safe we are explicitly setting the return type to 32 bit int
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntaxint GetDigitalInputLineCount(
int line
)
Function GetDigitalInputLineCount (
line As Integer
) As Integer
abstract GetDigitalInputLineCount :
line : int -> int
Parameters
- line
- Type: SystemInt32
[Missing <param name="line"/> documentation for "M:Brainboxes.IO.IIOProtocol.GetDigitalInputLineCount(System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Brainboxes.IO.IIOProtocol.GetDigitalInputLineCount(System.Int32)"]
See Also