wxSockAddress Class Reference
[Networking]

#include <wx/socket.h>

Inheritance diagram for wxSockAddress:

wxObject wxIPaddress wxIPV4address

List of all members.


Detailed Description

You are unlikely to need to use this class: only wxSocketBase uses it.

Library:  wxBase

Category:  Networking

See also:
wxSocketBase, wxIPaddress, wxIPV4address

Public Member Functions

 wxSockAddress ()
virtual ~wxSockAddress ()
virtual void Clear ()
int SockAddrLen ()

Constructor & Destructor Documentation

wxSockAddress::wxSockAddress (  ) 

Default constructor.

virtual wxSockAddress::~wxSockAddress (  )  [virtual]

Default destructor.


Member Function Documentation

virtual void wxSockAddress::Clear (  )  [virtual]

Delete all informations about the address.

int wxSockAddress::SockAddrLen (  ) 

Returns the length of the socket address.



wxWidgets logo

[ top ]