Document wxIPV4address::Hostname(unsigned long) overload
Just mention that it exists too.
This commit is contained in:
parent
388050513d
commit
21255ee197
1 changed files with 6 additions and 2 deletions
|
|
@ -131,13 +131,17 @@ public:
|
||||||
bool AnyAddress();
|
bool AnyAddress();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Set the address to hostname, which can be a host name or an IP-style address
|
Set the address to hostname, which can be a host name, an IP-style address
|
||||||
in dot notation(<tt>a.b.c.d</tt>).
|
in dot notation(<tt>a.b.c.d</tt>) or a 32-bit representation of the
|
||||||
|
address as the number.
|
||||||
|
|
||||||
@return @true on success, @false if something goes wrong (invalid
|
@return @true on success, @false if something goes wrong (invalid
|
||||||
hostname or invalid IP address).
|
hostname or invalid IP address).
|
||||||
*/
|
*/
|
||||||
|
//@{
|
||||||
bool Hostname(const wxString& hostname);
|
bool Hostname(const wxString& hostname);
|
||||||
|
bool Hostname(unsigned long addr);
|
||||||
|
//@}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the hostname which matches the IP address.
|
Returns the hostname which matches the IP address.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue