Binary recvBytes(NetHandle h, Int maxlen=1024, Int timeout=0)
Arguments
h: The connectionmaxlen: The maximum number of bytes to read. This argument must be a positive integertimeout: The number of microseconds to wait without input before timing out. The default is zero.
Usage
Reads up to maxlen bytes from the connection as binary data, and times out after timeout microseconds. This function does not yet support TLS connections.