SemysLinkIdleProt

01 This function will be called as callback from any of the registered connections when they are idling.
02

void (*SemysLinkIdleProt)(HSemysListener listener, HSemysLink link, SemysTimeTick curTick);

03 Parameters:
  • listener: The listener handle from the SemysLinkListener structure.
  • link: The link calling this callback.
  • curTick: The current time tick.
04 This typedef is a placeholder for the actual user code provided callback function.
05 This callback is optional and exists for user code that does not have a dedicated thread to perform timeout handling.
06 Calling this function is independent to the state of the link and there is no specific interval when this function is called.
This is even exagerated as this function may be called by several connection threads.
07 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysConnIdleProt()

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