dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
Connection
dash
net
connection
shared
class
Connection {
shared
(
void
delegate
(
T
)[])
onReceiveData
()
;
}
Members
Functions
onReceiveData
shared
(
void
delegate
(
T
)[])
onReceiveData
()
List of delegates to call when recieving a packet of type T
Meta
Source
See Implementation
dash
net
connection
classes
Connection