Click or drag to resize

wclClientConnectionDisconnect Method

Disconnects from the connected remote device.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
public int Disconnect()

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
The method disconnects from the connected remote device or terminates the pending connection.
See Also