SemysTransCreateConnProt

01 Create a connection structure valid for the sub-system.
02

SemysConnection *SemysTransCreateConnProt(uint32 size, SemysTransportDescriptor *pTransDesc);

03 Parameters:
  • size: How many bytes to alloc for the structure. Must be at least sizeof(SemysConnection).
  • pTransDesc: Reference to the interface of the calling transporter.
04 Return Values:
The allocated SemysConnection 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 SemysConnection structure.
06 A created SemysConnection structure must be destroyed using SemysTransDestroyConnProt().
07 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysTransConnCreateProt(), SemysTransDestroyConnProt()

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