Serial Framework C++ Edition

◆ OnConnect()

__event void OnConnect ( void *  Sender,
const int  Error 
)

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

Parameters
SenderThe object that initiated the event.
ErrorThe 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.