#include <tcp.h>
Public Member Functions | |
virtual wxString | GetName (void) const |
virtual bool | StartServerSearch () |
virtual bool | StopServerSearch () |
virtual void | Serialize (wxXmlNode *pConfigNode, bool bSave=true) |
Store Properties of Factory. More... | |
virtual wxGISNetClientConnection *const | GetConnection (const wxJSONValue &oProperties) |
virtual unsigned short | GetAdvPort (void) |
virtual unsigned short | GetPort (void) |
Public Member Functions inherited from INetConnFactory | |
virtual bool | CanStartServerSearch () |
virtual bool | CanStopServerSearch () |
virtual bool | IsServerSearching () |
Public Member Functions inherited from wxGISConnectionPointContainer | |
virtual long | Advise (wxEvtHandler *pEvtHandler) |
virtual void | Unadvise (long nCookie) |
Protected Member Functions | |
virtual void | OnBroadcastEvent (wxSocketEvent &event) |
Protected Member Functions inherited from wxGISConnectionPointContainer | |
virtual void | AddEvent (const wxEvent &event) |
virtual void | PostEvent (wxEvent *event) |
Protected Attributes | |
wxDatagramSocket * | m_udp_socket |
wxString | m_sAddr |
unsigned short | m_nPort |
unsigned short | m_nAdvPort |
Protected Attributes inherited from wxGISConnectionPointContainer | |
wxVector< wxEvtHandler * > | m_pPointsArray |
wxCriticalSection | m_CritSectEvt |
The factory to create net connections.
|
virtual |
Store Properties of Factory.
pConfigNode | wxXmlNode to store params. |
bSave | Set or Get indicator. |
Reimplemented from INetConnFactory.