<connection_handle>_OnDisconnectEvent

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_OnDisconnectEvent.

Signature

<connection_handle>_OnDisconnectEvent()

Parameters

None.

Return

None.

Related pages