SemysConnStatusChangedProt

01 This function will be called as callback from the connection when it changed its connection status.
02

typedef void (*SemysConnStatusChangedProt)(HSemysListener listener, HSemysConn conn, SemysConnName const *pConnName);

03 Parameters:
  • listener: The listener handle from the SemysConnListener structure.
  • conn: The connection calling this callback.
  • pConnName: A valid connection name if the connection was established or 0 if it was lost.
04 This typedef is a placeholder for the actual user code provided callback function.
05 The user should copy the data from the connection name out of the provided structure if needed. The pointer to the structure or its contents may not be referenced.
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.