SemysTransCreateServerProt |
| 01 | Create a server structure valid for the sub-system. |
| 02 |
SemysServer *SemysTransCreateServerProt(uint32 size, SemysTransportDescriptor *pTransDesc); |
| 03 |
Parameters:
|
| 04 |
Return Values: The allocated SemysServer object with extra bytes past its end. |
| 05 | The passed reference to the transporter interface will be used to set the corresponding member in the allocated SemysServer structure. |
| 06 | A created SemysServer structure must be destroyed using SemysTransDestroyServerProt(). |
| 07 |
Global Lock: Required Reference: SemysTransporter.h Implementation: Semys Library See Also: Transporter Sub-System, SemysTransServerCreateProt(), SemysTransDestroyServerProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |