We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Octets are numbers containing a binary sequence that indicates either the number or a continuation of said sequence.
Each octet is an 8 bit string, bits 1-8 can be either 1 or 0, bit 8 indicates whether it's a continuation (1) or a terminus (0).
Octets must be 0-128 or 255.
There was an error while loading. Please reload this page.