Click or drag to resize

ModbusTCPProtocolGetLineCount Method

Note: This API is now obsolete.

Reads the digital input counter of the specified channel

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
[ObsoleteAttribute("GetLineCount is deprecated. Replaced by GetDigitalInputLineCount")]
public int GetLineCount(
	int line
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Brainboxes.IO.ModbusTCPProtocol.GetLineCount(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Brainboxes.IO.ModbusTCPProtocol.GetLineCount(System.Int32)"]

Implements

IIOProtocolGetLineCount(Int32)
See Also