Now you can download a copy of these docs so you can use them offline! Download now
#include <ServerIncomingConnectionListener.h>

Public Member Functions | |
| virtual void | OnNewConnection (ServerConnectionAdapter &connectionAdapter)=0 |
Listener for new incoming server connections
Definition at line 18 of file ServerIncomingConnectionListener.h.
|
pure virtual |
Called on create of a new connection
| connectionAdapter | the server connection adapter |
Implemented in NetworkTableServer.
1.8.6