BaseConnection

Undocumented in source.

Members

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
onConnect
void onConnect(ENetEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onDisconnect
void onDisconnect(ENetEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onPacketReceived
void onPacketReceived(ENetEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ubyte[] buffer;
Undocumented in source.
connectHandler
void delegate(ref ENetEvent) connectHandler;
Undocumented in source.
disconnectHandler
void delegate(ref ENetEvent) disconnectHandler;
Undocumented in source.
host
ENetHost* host;
Undocumented in source.
isRunning
bool isRunning;
Undocumented in source.

Meta