inline bool Error() const { return m_error; };
inline bool IsConnected() const { return m_connected; };
inline bool IsData() { return WaitForRead(0, 0); };
inline bool Error() const { return m_error; };
inline bool IsConnected() const { return m_connected; };
inline bool IsData() { return WaitForRead(0, 0); };
virtual ~wxSocketClient();
virtual bool Connect(wxSockAddress& addr, bool wait = true);
virtual ~wxSocketClient();
virtual bool Connect(wxSockAddress& addr, bool wait = true);