AsyncSocket.receiveExactly

Submits an asynchronous request on this socket to receive data. Upon successful reception of exactly data.lengt bytes onReceive will be called with data.

class AsyncSocket
nothrow
void
receiveExactly

See Also

receive, receiveFrom

Meta