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