\wxheading{Derived from}
-\helpref{wxSockAddress}{wxsockaddress}
+\helpref{wxIPaddress}{wxipaddress}
\wxheading{Include files}
% Hostname
%
-\membersection{wxIPV4address::Hostname}
+\membersection{wxIPV4address::Hostname}\label{wxipv4addresshostname}
\func{bool}{Hostname}{\param{const wxString\&}{ hostname}}
Returns true on success, false if something goes wrong
(invalid hostname or invalid IP address).
-%
-% Hostname
-%
-
-\membersection{wxIPV4address::Hostname}
-
\func{wxString}{Hostname}{\void}
Returns the hostname which matches the IP address.
% IPAddress
%
-\membersection{wxIPV4address::IPAddress}
+\membersection{wxIPV4address::IPAddress}\label{wxipv4addressipaddress}
\func{wxString}{IPAddress}{\void}
% Service
%
-\membersection{wxIPV4address::Service}
+\membersection{wxIPV4address::Service}\label{wxipv4addressservice}
\func{bool}{Service}{\param{const wxString\&}{ service}}
Returns true on success, false if something goes wrong
(invalid service).
-%
-% Service
-%
-
-\membersection{wxIPV4address::Service}
-
\func{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{wxIPV4address::Service}
-
\func{unsigned short}{Service}{\void}
Returns the current service.