SemysTransConnCreateProt |
01 | This function will be called as callback from the sub-system on behalf of SemysConnCreateProt(). |
02 |
int (*SemysTransConnCreateProt)(HSemysTransport trans, HSemysConn *pConn, SemysConnListener const *pListener, char const *opt); |
03 |
Parameters:
|
04 |
Return Values: 0 if the connection was successfully created. Any nonzero value may be used as error code. |
05 | This typedef is a placeholder for the actual transporter provided callback function. |
06 | A valid connection object is expected to be created with the SemysTransCreateConnProt() function. |
07 |
Global Lock: Required Reference: SemysTransporter.h Implementation: Semys Library See Also: Transporter Sub-System, SemysConnCreateProt(), SemysTransCreateConnProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |