Connection :: AttachProt |
01 | Attaches an existing connection object. |
02 |
[C++] bool AttachProt(IConnectionListener &listener, HSemysConn conn); |
03 |
Parameters:
|
04 |
Return Values: True if the connection could be attached, false otherwise. |
05 | This method is typically used to attach an incoming connection that was notified via IServerListener :: OnServerConnRequest(). |
06 |
Global Lock: Required Reference: net::semys Implementation: Semys Architecture See Also: Arch Transporter Sub-System, Connection |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |