AsyncSocketCallback

Callback interface for using by AsyncSocket implementations

Members

Functions

onConnect
void onConnect(AsyncSocket socket)
Undocumented in source.
onDataReceived
void onDataReceived(AsyncSocket socket, ubyte[] data)
Undocumented in source.
onDisconnect
void onDisconnect(AsyncSocket socket)
Undocumented in source.
onError
void onError(AsyncSocket socket, SocketError error, string msg)
Undocumented in source.

Meta