Click or drag to resize

ModbusTCPProtocolClearLineCount Method

Note: This API is now obsolete.

Clears the digital input counter of the specified line,

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("ClearLineCount is deprecated. Replaced by ClearDigitalInputLineCount")]
public void ClearLineCount(
	int line
)

Parameters

line  Int32

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

Implements

IIOProtocolClearLineCount(Int32)
See Also