IIOProtocolGetLineCount Method |
Note: This API is now obsolete.
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 [ObsoleteAttribute("GetLineCount is deprecated. Replaced by GetDigitalInputLineCount")]
int GetLineCount(
int line
)
<ObsoleteAttribute("GetLineCount is deprecated. Replaced by GetDigitalInputLineCount")>
Function GetLineCount (
line As Integer
) As Integer
[<ObsoleteAttribute("GetLineCount is deprecated. Replaced by GetDigitalInputLineCount")>]
abstract GetLineCount :
line : int -> int
Parameters
- line Int32
[Missing <param name="line"/> documentation for "M:Brainboxes.IO.IIOProtocol.GetLineCount(System.Int32)"]
Return Value
Int32[Missing <returns> documentation for "M:Brainboxes.IO.IIOProtocol.GetLineCount(System.Int32)"]
See Also