X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0e8a2d07799ba3a8d03487dfc181d7f5a38a2ad..5595181f48d45d2c277c7d40a4d24bea42d6847b:/docs/latex/wx/ipaddr.tex diff --git a/docs/latex/wx/ipaddr.tex b/docs/latex/wx/ipaddr.tex index 390e72c36e..ffbd80f3bc 100644 --- a/docs/latex/wx/ipaddr.tex +++ b/docs/latex/wx/ipaddr.tex @@ -10,7 +10,8 @@ is being developed. \wxheading{Derived from} -\helpref{wxSockAddress}{wxsockaddress} +\helpref{wxSockAddress}{wxsockaddress}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} @@ -98,11 +99,28 @@ On IPV6 implementations, :: Returns true on success, false if something went wrong. +% +% BroadcastAddress +% + +\membersection{wxIPaddress::BroadcastAddress}\label{wxipaddressbroadcastaddress} + +\func{virtual bool}{BroadcastAddress}{\void} + +Internally, this is the same as setting the IP address +to {\bf INADDR\_BROADCAST}. + +On IPV4 implementations, 255.255.255.255 + +\wxheading{Return value} + +Returns true on success, false if something went wrong. + % % LocalHost % -\membersection{wxIPaddress::LocalHost}\label{wxIPaddresslocalhost} +\membersection{wxIPaddress::LocalHost}\label{wxipaddresslocalhost} \func{virtual bool}{LocalHost}{\void} @@ -116,7 +134,7 @@ On IPV6 implementations, ::1 Returns true on success, false if something went wrong. -\membersection{wxIPaddress::IsLocalHost}\label{wxIPaddressislocalhost} +\membersection{wxIPaddress::IsLocalHost}\label{wxipaddressislocalhost} \func{virtual bool}{IsLocalHost}{\void}