# Functions
ConnectionRead reads the data from the connection up to maxSizeToRead.
ConnectionReadAll reads all data from a connection.
ConnectionWrite makes sure to write all data to a connection.
No description provided by the author
No description provided by the author
IsPrintable returns true if the string only contains printable characters.
No description provided by the author
PutUint16 is a helper function to convert an uint16 to a buffer.
PutUint32 is a helper function to convert an uint32 to a buffer.
RandomChannelNumber generates a random valid channel number 0x4000 through 0x7FFF: These values are the allowed channel numbers (16,383 possible values).
RandomString generates a random string of specified length.
ResolveName resolves a domain name to an IP address.