SemysTransDestroyConnProt

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

void SemysTransDestroyConnProt(SemysConnection *pConn);

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

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