Click or drag to resize

wclServerClientConnectionDisconnect 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.

The method also frees the object. After calling this method an application must not use the object.

See Also