\wxheading{Derived from}
-\helpref{wxSockAddress}{wxsockaddress}
+\helpref{wxSockAddress}{wxsockaddress}\\
+\helpref{wxObject}{wxobject}
\wxheading{Include files}
% Hostname
%
-\membersection{wxIPaddress::Hostname}
+\membersection{wxIPaddress::Hostname}\label{wxipaddresshostname}
\func{virtual bool}{Hostname}{\param{const wxString\&}{ hostname}}
Returns true on success, false if something goes wrong
(invalid hostname or invalid IP address).
-%
-% Hostname
-%
-
-\membersection{wxIPaddress::Hostname}
-
\func{virtual wxString}{Hostname}{\void}
Returns the hostname which matches the IP address.
% IPAddress
%
-\membersection{wxIPaddress::IPAddress}
+\membersection{wxIPaddress::IPAddress}\label{wxipaddressipaddress}
\func{virtual wxString}{IPAddress}{\void}
% Service
%
-\membersection{wxIPaddress::Service}
+\membersection{wxIPaddress::Service}\label{wxipaddressservice}
\func{virtual bool}{Service}{\param{const wxString\&}{ service}}
Returns true on success, false if something goes wrong
(invalid service).
-%
-% Service
-%
-
-\membersection{wxIPaddress::Service}
-
\func{virtual bool}{Service}{\param{unsigned short}{ service}}
Set the port to that corresponding to the specified {\it service}.
Returns true on success, false if something goes wrong
(invalid service).
-%
-% Service
-%
-
-\membersection{wxIPaddress::Service}
-
\func{virtual unsigned short}{Service}{\void}
Returns the current service.
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}
Returns true on success, false if something went wrong.
-\membersection{wxIPaddress::IsLocalHost}\label{wxIPaddressislocalhost}
+\membersection{wxIPaddress::IsLocalHost}\label{wxipaddressislocalhost}
\func{virtual bool}{IsLocalHost}{\void}