Click or drag to resize

wclClientConnectionOnConnect Event

The event fires when a connection to a remote device has been completed (with or without success).

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
public event wclClientConnectionConnectEvent OnConnect

Value

wclClientConnectionConnectEvent
Remarks
If the Error parameter of the event is not WCL_E_SUCCESS an application may call Connect method again from inside the event handler.
See Also