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