Generate a buffer from the values pushed.
Push raw bytes to binary buffer.
The raw bytes to append.
Push byte(8-bit) to binary buffer.
The byte(8-bit) to write.
Push char to binary buffer.
The char to write.
Push float to binary buffer.
The float(32-bit) to write.
Push int or short to binary buffer.
The int(32-bit) or short(16-bit) to write.
whether or not the value is 16-bit.
Push a signed 24-bit integer to binary buffer.
The signed 24-bit integer to write.
Push '\r\n' to binary buffer.
Push a null to binary buffer.
Push short to binary buffer.
The short(16-bit) to write.
Push a utf-8 string to binary buffer.
The string to write.
Whether or not the string ends with '\0'
Push unsigned short to binary buffer.
The unsigned short(16-bit) to write.
Generated using TypeDoc
Write binary data from byte, string, int, float, etc.