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.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int GetDigitalInputLineCount(
int line
)
Function GetDigitalInputLineCount (
line As Integer
) As Integer
abstract GetDigitalInputLineCount :
line : int -> int
Parameters
- line Int32
[Missing <param name="line"/> documentation for "M:Brainboxes.IO.IIOProtocol.GetDigitalInputLineCount(System.Int32)"]
Return Value
Int32[Missing <returns> documentation for "M:Brainboxes.IO.IIOProtocol.GetDigitalInputLineCount(System.Int32)"]
See Also