SemysTransServerCreateProt

01 This function will be called as callback from the sub-system on behalf of SemysServerCreateProt().
02

int (*SemysTransServerCreateProt)(HSemysTransport trans, HSemysServer *pServer, SemysServerListener const *pListener, char const *opt);

03 Parameters:
  • trans: Handle to the transporter interface.
  • pServer: Pointer to a server handle that will receive the handle value of the created server object.
  • pListener: The owner interface for the server.
  • opt: The option string describing the server that should be created, excluding the type prefix.
04 Return Values:
0 if the server 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 server object is expected to be created with the SemysTransCreateServerProt() function.
07 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysServerCreateProt(), SemysTransCreateServerProt()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.