SemysServerShutdownProt |
01 | This function will be called as callback from the server when it is being shut down. |
02 |
typedef void (*SemysServerShutdownProt)(HSemysListener listener, HSemysServer server); |
03 |
Parameters:
|
04 | This typedef is a placeholder for the actual user code provided callback function. |
05 |
When receiving this callback, the user may drop the server handle and all
associated data with it. After this callback no more will follow from this server and it is furthermore not available anymore. |
06 |
Global Lock: Required Reference: SemysTransporter.h Implementation: Semys Library See Also: Transporter Sub-System |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |