Define Guid - DEPRECATED


Purpose

In block structured WHIP! data , a Block Guid will uniquely identify each of the blocks. It is the responsibility of the parent application to generate and attach Guid ids to blocks, in order to distinguish blocks from one another. Guid is always represented with 4 different fields. Syntax
 
Opcode format Opcode Operand Format Comments
Extended ASCII (Guid <ws><ULData1><USData2><USData3><TData4> 16 byte length GUID representation
Extended Binary 0x014A <ws><ULData1><USData2><USData3><TData4> Data1 through Data3 is written to the maximum integer length of 11 characters. Data4 is written in hexadecimal.
Details This opcode is always serialized as part of the BlockRef opcode and should always be uncompressed. The Guid field will be serialized to the maximum length of 38 bytes. Default By default,  Guid is empty — all bytes for all fields set to ‘null’ character.