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.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
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
- Type: SystemInt32
[Missing <param name="line"/> documentation for "M:Brainboxes.IO.IIOProtocol.GetLineCount(System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Brainboxes.IO.IIOProtocol.GetLineCount(System.Int32)"]
See Also