SemysRegisterTransporterProt

01 Registers a transporter in the sub-system.
02

void SemysRegisterTransporterProt(SemysTransportDescriptor *pTransDesc);

03 Parameters:
  • pTransDesc: The transporter interface.
04 There is no way to manually unregister a transporter. This is done automatically during SemysTransDeinit(). A transporter is registered during startup and is valid for the lifetime of the process.
05 It is recommended that the transporter passes a reference to a static structure. The sub-system does not copy the provided values, but only inserts it into an internal list (using the mListEntry member in the structure).
06 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysTransportDescriptor

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