Address

A wrapper for ENetAddress.

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