SemysGathReset

01 Resets a Gatherer object.
02

void SemysGathResetProt(HSemysGatherer gath);

03 Parameters:
  • gath: The Gatherer object that should be reset.
04 Any data that had not yet been fully received will be dropped.
05 It is recommendet to call this function during the callback of SemysConnStatusChangedProt() - A fraction of a frame could be in the receive buffer while the connection was lost.
06 Global Lock: Required
Reference: SemysGatherer.h
Implementation: Semys Library
See Also: Gatherer Sub-System, SemysGathCreate()

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