SemysTransConnCreateProt |
01 | This function will be called as callback from the sub-system when a connection needs to be destroyed. |
02 |
void (*SemysTransConnDestroyProt)(HSemysTransport trans, HSemysConn conn); |
03 |
Parameters:
|
04 | This typedef is a placeholder for the actual transporter provided callback function. |
05 | The transporter should take any cleanup procedures to stop the connection and finally call SemysTransDestroyConnProt() to free the memory. |
06 |
Global Lock: Required Reference: SemysTransporter.h Implementation: Semys Library See Also: Transporter Sub-System, SemysTransDestroyConnProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |