X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0e8a2d07799ba3a8d03487dfc181d7f5a38a2ad..3cc305b2b4a0674c56c84d7088cfd70676b850f0:/docs/latex/wx/ipaddr.tex diff --git a/docs/latex/wx/ipaddr.tex b/docs/latex/wx/ipaddr.tex index 390e72c36e..856876b427 100644 --- a/docs/latex/wx/ipaddr.tex +++ b/docs/latex/wx/ipaddr.tex @@ -98,11 +98,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 +133,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}