AsyncTCPConnection.recv

Receive data from the underlying stream. To be used when TCPEvent.READ is received by the callback handler. IMPORTANT: This must be called until is returns a lower value than the buffer!

class AsyncTCPConnection
nothrow final pragma(inline, true)
uint
recv
(
ref ubyte[] ub
)

Meta