| 1 | % ---------------------------------------------------------------------------- |
| 2 | % CLASS: wxSockAddress |
| 3 | % ---------------------------------------------------------------------------- |
| 4 | \section{\class{wxSockAddress}}\label{wxsockaddress} |
| 5 | |
| 6 | You are unlikely to need to use this class: only wxSocketBase uses it. |
| 7 | |
| 8 | \wxheading{Derived from} |
| 9 | |
| 10 | \helpref{wxObject}{wxobject} |
| 11 | |
| 12 | \wxheading{Include files} |
| 13 | |
| 14 | <wx/socket.h> |
| 15 | |
| 16 | \wxheading{See also} |
| 17 | |
| 18 | \helpref{wxSocketBase}{wxsocketbase} |
| 19 | \helpref{wxIPV4address}{wxipv4address} |
| 20 | |
| 21 | % ---------------------------------------------------------------------------- |
| 22 | % Members |
| 23 | % ---------------------------------------------------------------------------- |
| 24 | \latexignore{\rtfignore{\wxheading{Members}}} |
| 25 | |
| 26 | % |
| 27 | % ctor/dtor |
| 28 | % |
| 29 | \membersection{wxSockAddress::wxSockAddress} |
| 30 | |
| 31 | \func{}{wxSockAddress}{\void} |
| 32 | |
| 33 | Default constructor. |
| 34 | |
| 35 | \membersection{wxSockAddress::\destruct{wxSockAddress}} |
| 36 | |
| 37 | \func{}{\destruct{wxSockAddress}}{\void} |
| 38 | |
| 39 | Default destructor. |
| 40 | |
| 41 | % |
| 42 | % Clear |
| 43 | % |
| 44 | \membersection{wxSockAddress::Clear} |
| 45 | |
| 46 | \func{void}{Clear}{\void} |
| 47 | |
| 48 | Delete all informations about the address. |
| 49 | |
| 50 | % |
| 51 | % SockAddrLen |
| 52 | % |
| 53 | \membersection{wxSockAddress::SockAddrLen} |
| 54 | |
| 55 | \func{int}{SockAddrLen}{\void} |
| 56 | |
| 57 | Returns the length of the socket address. |
| 58 | |