wxSockAddr docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1e22656e8e
commit
d7d73110cd
@ -283,6 +283,7 @@
|
||||
\input sizer.tex
|
||||
\input sizeritem.tex
|
||||
\input slider.tex
|
||||
\input sckaddr.tex
|
||||
\input socket.tex
|
||||
\input strmsock.tex
|
||||
\input socksrv.tex
|
||||
@ -359,4 +360,3 @@
|
||||
\input xmlresh.tex
|
||||
\input zipstrm.tex
|
||||
\input strmzlib.tex
|
||||
|
||||
|
59
docs/latex/wx/sckaddr.tex
Normal file
59
docs/latex/wx/sckaddr.tex
Normal file
@ -0,0 +1,59 @@
|
||||
% ----------------------------------------------------------------------------
|
||||
% CLASS: wxSockAddress
|
||||
% ----------------------------------------------------------------------------
|
||||
\section{\class{wxSockAddress}}\label{wxsockaddress}
|
||||
|
||||
You are unlikely to need to use this class: only wxSocketBase uses it.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxObject}{wxobject}
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
<wx/socket.h>
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxSocketBase}{wxsocketbase}
|
||||
\helpref{wxIPaddress}{wxipaddress}
|
||||
\helpref{wxIPV4address}{wxipv4address}
|
||||
|
||||
% ----------------------------------------------------------------------------
|
||||
% Members
|
||||
% ----------------------------------------------------------------------------
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
%
|
||||
% ctor/dtor
|
||||
%
|
||||
\membersection{wxSockAddress::wxSockAddress}\label{wxsockaddressctor}
|
||||
|
||||
\func{}{wxSockAddress}{\void}
|
||||
|
||||
Default constructor.
|
||||
|
||||
\membersection{wxSockAddress::\destruct{wxSockAddress}}\label{wxsockaddressdtor}
|
||||
|
||||
\func{}{\destruct{wxSockAddress}}{\void}
|
||||
|
||||
Default destructor.
|
||||
|
||||
%
|
||||
% Clear
|
||||
%
|
||||
\membersection{wxSockAddress::Clear}\label{wxsockaddressclear}
|
||||
|
||||
\func{void}{Clear}{\void}
|
||||
|
||||
Delete all informations about the address.
|
||||
|
||||
%
|
||||
% SockAddrLen
|
||||
%
|
||||
\membersection{wxSockAddress::SockAddrLen}\label{wxsockaddresssockaddrlen}
|
||||
|
||||
\func{int}{SockAddrLen}{\void}
|
||||
|
||||
Returns the length of the socket address.
|
||||
|
Loading…
Reference in New Issue
Block a user