1998-09-30 17:45:29 +00:00
|
|
|
% ----------------------------------------------------------------------------
|
|
|
|
% CLASS: wxSockAddress
|
|
|
|
% ----------------------------------------------------------------------------
|
|
|
|
\section{\class{wxSockAddress}}\label{wxsockaddress}
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
You are unlikely to need to use this class: only wxSocketBase uses it.
|
|
|
|
|
1998-09-30 17:45:29 +00:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxObject}{wxobject}
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/socket.h>
|
1998-09-30 17:45:29 +00:00
|
|
|
|
|
|
|
\wxheading{See also}
|
|
|
|
|
1999-01-13 14:23:31 +00:00
|
|
|
\helpref{wxSocketBase}{wxsocketbase}
|
2000-01-21 03:17:54 +00:00
|
|
|
\helpref{wxIPV4address}{wxipv4address}
|
1998-09-30 17:45:29 +00:00
|
|
|
|
|
|
|
% ----------------------------------------------------------------------------
|
|
|
|
% Members
|
|
|
|
% ----------------------------------------------------------------------------
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
%
|
|
|
|
% ctor/dtor
|
|
|
|
%
|
|
|
|
\membersection{wxSockAddress::wxSockAddress}
|
1998-12-28 12:35:49 +00:00
|
|
|
|
1998-09-30 17:45:29 +00:00
|
|
|
\func{}{wxSockAddress}{\void}
|
|
|
|
|
|
|
|
Default constructor.
|
|
|
|
|
|
|
|
\membersection{wxSockAddress::\destruct{wxSockAddress}}
|
1998-12-28 12:35:49 +00:00
|
|
|
|
1998-09-30 17:45:29 +00:00
|
|
|
\func{}{\destruct{wxSockAddress}}{\void}
|
|
|
|
|
|
|
|
Default destructor.
|
|
|
|
|
|
|
|
%
|
|
|
|
% Clear
|
|
|
|
%
|
|
|
|
\membersection{wxSockAddress::Clear}
|
2000-01-24 20:46:54 +00:00
|
|
|
|
1998-09-30 17:45:29 +00:00
|
|
|
\func{void}{Clear}{\void}
|
|
|
|
|
|
|
|
Delete all informations about the address.
|
|
|
|
|
|
|
|
%
|
|
|
|
% SockAddrLen
|
|
|
|
%
|
|
|
|
\membersection{wxSockAddress::SockAddrLen}
|
1998-12-28 12:35:49 +00:00
|
|
|
|
2000-01-24 20:46:54 +00:00
|
|
|
\func{int}{SockAddrLen}{\void}
|
1998-09-30 17:45:29 +00:00
|
|
|
|
|
|
|
Returns the length of the socket address.
|
2000-02-06 19:11:10 +00:00
|
|
|
|