Click or drag to resize

wclClientConnectionInternalDisconnect Method

The internal disconnect method. Disconnects from a connected remote device.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected void InternalDisconnect(
	int Reason
)

Parameters

Reason  Int32
The disconnection reason code. If the method has been called by the Disconnect method the reason is WCL_E_SUCCESS
See Also