Click or drag to resize

wclServerConnectionCreateNewClientConnection Method

Sends a notification to the main thread to create and init new client connection.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected int CreateNewClientConnection(
	Object Params
)

Parameters

Params  Object
An optional pointer to the hardware-dependent data contains information about client connection request.

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 HalListen method should call this method to create and initialize new client connection.
See Also