Click or drag to resize

wclServerConnectionDoConnect Method

Fires the OnConnect event.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected virtual void DoConnect(
	wclServerClientConnection Client,
	int Error
)

Parameters

Client  wclServerClientConnection
The wclServerClientConnection represents a remote connected client.
Error  Int32
The connection operation result code. If the parameter is WCL_E_SUCCESS the connection to a remote device was established and the remote device is connected. Otherwise the connection was not established and the remote device is not connected.
See Also