gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Address
gfm
enet
address
A wrapper for ENetAddress.
struct
Address {
ENetAddress
address
;
this
(ENetAddress other);
this
(string hostName, ushort port);
this
(uint host, ushort port);
string
host
();
void
setHost
(char* hostName);
}
Constructors
this
this
(ENetAddress other)
Undocumented in source.
this
this
(string hostName, ushort port)
Undocumented in source.
this
this
(uint host, ushort port)
Undocumented in source.
Alias This
address
Members
Functions
host
string
host
()
Undocumented in source. Be warned that the author may not have intended to support it.
setHost
void
setHost
(char* hostName)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
address
ENetAddress
address
;
Undocumented in source.
Meta
Source
See Implementation
gfm
enet
address
structs
Address
A wrapper for ENetAddress.