SemysGathErrorProt

01 This function will be called as callback from the gatherer when it detected an error in the received data frame.
02

typedef void (*SemysGathErrorProt)(HSemysGatherer gath, HSemysConn conn);

03 Parameters:
  • gath: The Gatherer object handle.
  • conn: The associated connection.
04 This typedef is a placeholder for the actual user code provided callback function.
05 The user code has to retrieve its listener handle via a call to SemysGathGetListenerHandleProt().
06 During an error condition it is unlikely that any proper frame will be received.
It is recommendet that the user code calls SemysConnCloseProt() and takes any further actions to recover from the faulty connection.
This callback may be called several times before the connection is finally closed.
07 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysGathSetMalfunctionLevel()

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