- nextLine
void nextLine()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleStart
bool handleStart(SysTime time)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleListen
bool handleListen(SysTime time, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleAccept
bool handleAccept(SysTime time, uint index, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleConnect
bool handleConnect(SysTime time, uint index, string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleIncomingData
bool handleIncomingData(SysTime time, uint index, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleOutgoingData
bool handleOutgoingData(SysTime time, uint index, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleIncomingDisconnect
bool handleIncomingDisconnect(SysTime time, uint index, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleOutgoingDisconnect
bool handleOutgoingDisconnect(SysTime time, uint index, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.