SemysTransServerCreateProt

01 This function will be called as callback from the sub-system when a server needs to be destroyed.
02

void (*SemysTransServerDestroyProt)(HSemysTransport trans, HSemysServer server);

03 Parameters:
  • trans: Handle to the transporter interface.
  • server: Handle to the server that is to be destroyed (= Pointer to a SemysServer structure).
04 This typedef is a placeholder for the actual transporter provided callback function.
05 The transporter should take any cleanup procedures to stop the server and finally call SemysTransDestroyServerProt() to free the memory.
06 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysTransDestroyServerProt()

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