The event fires when a connection to a remote device has been completed (with or without success).
wclClientConnectionConnectEvent(OnConnect);
Parameters |
Description |
Sender |
The object that initiated the event. |
Error |
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. |
If the Error parameter of the event is not WCL_E_SUCCESS an application may call Connect method again from inside the event handler.
Copyright (c) 2006-2017. All rights reserved.
|