1 % ----------------------------------------------------------------------------
3 % ----------------------------------------------------------------------------
4 \section{\class{wxSockAddress
}}\label{wxsockaddress
}
6 You are unlikely to need to use this class: only wxSocketBase uses it.
8 \wxheading{Derived from
}
10 \helpref{wxObject
}{wxobject
}
12 \wxheading{Include files
}
18 \helpref{wxSocketBase
}{wxsocketbase
}
19 %\helpref{wxIPV4address}{wxipv4address}\\
20 %\helpref{wxIPV6address}{wxipv6address}\\
21 %\helpref{wxunixaddress}{wxunixaddress}
23 % ----------------------------------------------------------------------------
25 % ----------------------------------------------------------------------------
27 \latexignore{\rtfignore{\wxheading{Members
}}}
33 \membersection{wxSockAddress::wxSockAddress
}
35 \func{}{wxSockAddress
}{\void}
39 \membersection{wxSockAddress::
\destruct{wxSockAddress
}}
41 \func{}{\destruct{wxSockAddress
}}{\void}
48 \membersection{wxSockAddress::Clear
}
49 \func{void
}{Clear
}{\void}
51 Delete all informations about the address.
56 \membersection{wxSockAddress::Build
}
58 \func{void
}{Build
}{\param{struct sockaddr *\&
}{ addr
},
\param{size
\_t\&
}{ len
}}
60 Build a coded socket address.
65 \membersection{wxSockAddress::Disassemble
}
67 \func{void
}{Disassemble
}{\param{struct sockaddr *
}{addr
},
\param{size
\_t}{ len
}}
69 Decode a socket address.
{\bf Actually, you don't have to use this
70 function: only wxSocketBase use it.
}
75 \membersection{wxSockAddress::SockAddrLen
}
77 \func{int
}{SockAddrLen
}{\void};
79 Returns the length of the socket address.