]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ipaddr.tex
added null pointer check and assert
[wxWidgets.git] / docs / latex / wx / ipaddr.tex
index 390e72c36e7dbc0b7ffe489cf84b440eeecb782f..ffbd80f3bc4f6d7a4017ceb822da2c0487062fb4 100644 (file)
@@ -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}