Define Block Meaning - DEPRECATED
Purpose
In WHIP! data with multiple overlay blocks, the Block Meaning
Definition field of the BlockRef
opcode distinguishes one overlay block from the other by attaching different
block-meaning. Block meaning can be one of the following: None, Seal, Stamp,
Redline, Reserved1, Reserved2
Syntax
Opcode
format |
Opcode |
Operand
Format |
Comments |
Extended
ASCII |
(BlockMeaning |
<ws><Tmeaning> |
- |
Extended
Binary |
0x0142 |
<USmeaning> |
- |
Meaning — This is one of the following ASCII strings when serialized
as extended ASCII:
"None"
"Seal”
“Stamp”
“Redline”
“Reserved1”
“Reserved2”
Meaning is one of the following enumerated values when serialized
as extended binary:
0 = None
1 = Seal
2 = Stamp
3 = Redline
4 = Reserved1
5 = Reserved2
Details
This opcode is always serialized as part of the BlockRef
opcode and should always be uncompressed. All of the fields are serialized
to the maximum field-length bytes.
Default
By default, block meaning is currently None.