1 ## Message with no header padding 2 3 ## VALID_HEADER includes a LENGTH Header and LENGTH Body 4 VALID_HEADER method_call 5 6 REQUIRED_FIELDS 7 8 ## this byte array is filled with zeros to the natural length 9 ## of the header 10 HEADER_FIELD UNKNOWN 11 TYPE ARRAY 12 TYPE BYTE 13 ALIGN 4 14 LENGTH ThisByteArray 15 START_LENGTH ThisByteArray 16 BYTE 1 17 ALIGN 8 1 18 END_LENGTH ThisByteArray 19 20 END_LENGTH Header 21 START_LENGTH Body 22 END_LENGTH Body 23