]>
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 JS |
18 | \helpref{wxSocketBase}{wxsocketbase} |
19 | %\helpref{wxIPV4address}{wxipv4address}\\ | |
20 | %\helpref{wxIPV6address}{wxipv6address}\\ | |
21 | %\helpref{wxunixaddress}{wxunixaddress} | |
b80dc5fe GL |
22 | |
23 | % ---------------------------------------------------------------------------- | |
24 | % Members | |
25 | % ---------------------------------------------------------------------------- | |
26 | ||
27 | \latexignore{\rtfignore{\wxheading{Members}}} | |
28 | ||
29 | % | |
30 | % ctor/dtor | |
31 | % | |
32 | ||
33 | \membersection{wxSockAddress::wxSockAddress} | |
62448488 | 34 | |
b80dc5fe GL |
35 | \func{}{wxSockAddress}{\void} |
36 | ||
37 | Default constructor. | |
38 | ||
39 | \membersection{wxSockAddress::\destruct{wxSockAddress}} | |
62448488 | 40 | |
b80dc5fe GL |
41 | \func{}{\destruct{wxSockAddress}}{\void} |
42 | ||
43 | Default destructor. | |
44 | ||
45 | % | |
46 | % Clear | |
47 | % | |
48 | \membersection{wxSockAddress::Clear} | |
49 | \func{void}{Clear}{\void} | |
50 | ||
51 | Delete all informations about the address. | |
52 | ||
b80dc5fe GL |
53 | % |
54 | % SockAddrLen | |
55 | % | |
56 | \membersection{wxSockAddress::SockAddrLen} | |
62448488 | 57 | |
b80dc5fe GL |
58 | \func{int}{SockAddrLen}{\void}; |
59 | ||
60 | Returns the length of the socket address. | |
61 |