IGathererListener :: OnGathEstablished

01 This function will be called as callback from the gatherer when the connection was established.
02

[C++] virtual void OnGathEstablished(Gatherer *pGath, std::string const &localName, std::string const &remoteName) = 0;
[C#] void OnGathEstablished(Gatherer gath, string localName, string remoteName);

03 Parameters:
  • pGath / gath: The gatherer calling this function.
  • localName: Local connection name.
  • remoteName: Remote connection name.
04 This callback is on behalf of the SemysConnStatusChangedProt() callback.
05 Global Lock: Required
Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Transporter Sub-System, IGathererListener, SemysConnStatusChangedProt()

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