\wxheading{Derived from}
-\helpref{wxSockAddress}{wxsockaddress}
+\helpref{wxIPaddress}{wxipaddress}
\wxheading{Include files}
% ----------------------------------------------------------------------------
% MEMBERS
% ----------------------------------------------------------------------------
-
\latexignore{\rtfignore{\wxheading{Members}}}
%
\wxheading{Return value}
-Returns TRUE on success, FALSE if something goes wrong
+Returns true on success, false if something goes wrong
(invalid hostname or invalid IP address).
%
Returns the hostname which matches the IP address.
+%
+% IPAddress
+%
+
+\membersection{wxIPV4address::IPAddress}
+
+\func{wxString}{IPAddress}{\void}
+
+Returns a wxString containing the IP address in dot quad (127.0.0.1) format.
+
%
% Service
%
\wxheading{Return value}
-Returns TRUE on success, FALSE if something goes wrong
+Returns true on success, false if something goes wrong
(invalid service).
%
\wxheading{Return value}
-Returns TRUE on success, FALSE if something goes wrong
+Returns true on success, false if something goes wrong
(invalid service).
%
\wxheading{Return value}
-Returns TRUE on success, FALSE if something went wrong.
-
+Returns true on success, false if something went wrong.
%
% LocalHost
\func{bool}{LocalHost}{\void}
-Set address to "localhost" (127.0.0.1). Whenever possible, use the
+Set address to localhost (127.0.0.1). Whenever possible, use the
\helpref{wxIPV4address::AnyAddress}{wxipv4addressanyaddress},
function instead of this one, as this will correctly handle multi-homed
hosts and avoid other small problems.
\wxheading{Return value}
-Returns TRUE on success, FALSE if something went wrong.
+Returns true on success, false if something went wrong.