Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 476 Bytes

server_Buffer.md

File metadata and controls

9 lines (6 loc) · 476 Bytes

Buffer message (server)

Unlike every other message, Buffer messages are not messages which contain commands. They instead contain a byte array which itself represents a Ribbon packet. These messages can then be extracted and processed as normal as detailed in Ribbon. Every packet contained in a Buffer message is an extracted-id packet (0xAE).

Format

  • (object):
    • (string) type: Always "Buffer".
    • (integer[]) data: An array of bytes.