Int recvByte(NetHandle h, Int timeout=0)
Arguments
h: The connectiontimeout: The number of microseconds to wait without input before timing out. The default is zero.
Usage
Reads a single byte from the connection, and times out after timeout microseconds. This function does not yet support TLS connections.