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:
  • trans: Handle to the transporter interface.
  • pConn: Pointer to a connection handle that will receive the handle value of the created connection object.
  • pListener: The owner interface for the connection.
  • opt: The option string describing the connection that should be created, excluding the type prefix.
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.