#include </home/zeitlin/src/wx/github/interface/wx/socket.h>
Inheritance diagram for wxSockAddress:You are unlikely to need to use this class: only wxSocketBase uses it.
Public Member Functions | |
| wxSockAddress () | |
| Default constructor. | |
| virtual | ~wxSockAddress () |
| Default destructor. | |
| virtual void | Clear () |
| Delete all informations about the address. | |
| int | SockAddrLen () |
| Returns the length of the socket address. | |
| const sockaddr * | GetAddressData () const |
| Returns the pointer to the low-level representation of the address. | |
| int | GetAddressDataLen () const |
| Returns the length of the buffer retrieved by GetAddressData(). | |
| wxSockAddress::wxSockAddress | ( | ) |
Default constructor.
| virtual wxSockAddress::~wxSockAddress | ( | ) | [virtual] |
Default destructor.
| virtual void wxSockAddress::Clear | ( | ) | [virtual] |
Delete all informations about the address.
| const sockaddr* wxSockAddress::GetAddressData | ( | ) | const |
Returns the pointer to the low-level representation of the address.
This can be used to pass socket address information to a 3rd party library.
| int wxSockAddress::GetAddressDataLen | ( | ) | const |
Returns the length of the buffer retrieved by GetAddressData().
| int wxSockAddress::SockAddrLen | ( | ) |
Returns the length of the socket address.