Void sendByte(NetHandle h, Int byte)
Arguments
h: The connectionbyte: The byte to send
Usage
Send a single byte across a connection. The Int passed should be between 0 and 255, or the results are unpredictable. This function does not yet support TLS connections.