dlangui v0.10.0 (2022-11-08T19:06:33Z)
Home
Dub
Repo
AsyncSocketCallback.onDataReceived
dlangui
core
asyncsocket
AsyncSocketCallback
Undocumented in source.
interface
AsyncSocketCallback
void
onDataReceived
(
AsyncSocket
socket
,
ubyte
[]
data
)
Meta
Source
See Implementation
dlangui
core
asyncsocket
AsyncSocketCallback
functions
onConnect
onDataReceived
onDisconnect
onError