WPILibC++  trunk
Public Member Functions | List of all members
ServerIncomingConnectionListener Class Referenceabstract

#include <ServerIncomingConnectionListener.h>

Inheritance diagram for ServerIncomingConnectionListener:
Inheritance graph
[legend]

Public Member Functions

virtual void OnNewConnection (ServerConnectionAdapter &connectionAdapter)=0
 

Detailed Description

Listener for new incoming server connections

Author
Mitchell

Definition at line 18 of file ServerIncomingConnectionListener.h.

Member Function Documentation

virtual void ServerIncomingConnectionListener::OnNewConnection ( ServerConnectionAdapter connectionAdapter)
pure virtual

Called on create of a new connection

Parameters
connectionAdapterthe server connection adapter

Implemented in NetworkTableServer.


The documentation for this class was generated from the following file: