SemysLinkStatusChangedProt

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

void (*SemysLinkStatusChangedProt)(HSemysListener listener, HSemysLink link, int32 connected);

03 Parameters:
  • listener: The listener handle from the SemysLinkListener structure.
  • link: The link calling this callback.
  • connected: Nonzero if the link is established or 0 if it is lost.
04 This typedef is a placeholder for the actual user code provided callback function.
05 The link is connected as soon as the first registered connection became linked (performed proper handshake) and will stay connected as long as at least one connection stays linked.
06 Global Lock: Required
Reference: SemysLink.h
Implementation: Semys Library
See Also: Link Sub-System

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