ILinkListener :: OnLinkStatusChanged

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

[C++] virtual void OnLinkStatusChanged(Link *pLink, bool connected) = 0;
[C#] void OnLinkStatusChanged(Link link, bool connected);

03 Parameters:
  • pLink / link: The link calling this function.
  • connected: True if the link is established.
04 This callback is on behalf of the SemysLinkStatusChangedProt() callback.
05 Global Lock: Required
Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Link Sub-System, ILinkListener, SemysLinkStatusChangedProt()

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