SemysTransDestroyServerProt

01 Destroy a server structure from the sub-system.
02

void SemysTransDestroyServerProt(SemysServer *pServer);

03 Parameters:
  • pServer: The server object to destroy (free).
04 Calling this function will remove the server from the subsystem and free the allocated memory.
05 It is expected that this function is called during a callback to SemysTransServerDestroyProt().
06 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysTransCreateServerProt(), SemysTransServerDestroyProt()

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