#include <net.h>


Public Member Functions | |
| bool | CreateListenSocket (void) |
| virtual bool | Start (INetService *pNetService, const wxXmlNode *pConfig) |
| virtual bool | Stop (void) |
| virtual void | OnTCPServerEvent (wxSocketEvent &event) |
Protected Attributes | |
| int | m_nPort |
| wxString | m_sAddr |
| INetService * | m_pNetService |
| wxSocketServer * | m_listeningSocket |
A Server side Network Plugin.