SemysTransSubDeinitProt

01 This function will be called as callback from the sub-system during shutdown.
02

typedef void (*SemysTransSubDeinitProt)(HSemysTransport trans);

03 Parameters:
  • trans: Handle to the transporter interface.
04 This typedef is a placeholder for the actual transporter provided callback function.
05 The transporter should place any final deinitialization routines in this function.
06 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysTransDeinit()

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