/
<connection_handle>_OnConnectEvent
<connection_handle>_OnConnectEvent
Description
This function is invoked when an XCON connection has been established. Create a function for each connection to monitor and name it accordingly, e.g. for connection socket1 create the function socket1_OnConnectEvent.
Signature
<connection_handle>_OnConnectEvent()
Parameters
None.
Return
None.
, multiple selections available,
Related content
<connection_handle>_OnDisconnectEvent
<connection_handle>_OnDisconnectEvent
More like this
xcon.CreateFTP
xcon.CreateFTP
Read with this
<connection_handle>_OnReceiveEvent
<connection_handle>_OnReceiveEvent
More like this
xcon.Upload
xcon.Upload
Read with this
<connection_handle>_OnErrorEvent
<connection_handle>_OnErrorEvent
More like this
<connection_handle>_OnDoneEvent
<connection_handle>_OnDoneEvent
Read with this