SemysConnStatusChangedProt |
01 | This function will be called as callback from the connection when it changed its connection status. |
02 |
typedef void (*SemysConnStatusChangedProt)(HSemysListener listener, HSemysConn conn, SemysConnName const *pConnName); |
03 |
Parameters:
|
04 | This typedef is a placeholder for the actual user code provided callback function. |
05 | The user should copy the data from the connection name out of the provided structure if needed. The pointer to the structure or its contents may not be referenced. |
06 |
Global Lock: Required Reference: SemysTransporter.h Implementation: Semys Library See Also: Transporter Sub-System, SemysConnCloseProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |