SemysTransConnCloseProt

01 This function will be called as callback from the sub-system on behalf of SemysConnCloseProt().
02

typedef void (*SemysTransConnCloseProt)(HSemysTransport trans, HSemysConn conn);

03 Parameters:
  • trans: Handle to the transporter interface.
  • conn: Handle to the connection that should be closed (= Pointer to a SemysConnection structure).
04 This typedef is a placeholder for the actual transporter provided callback function.
05 The transporter should take any action to close the specified connection asynchronously. There is no need to have this function blocking.
06 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysConnCloseProt()

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