os/ossrv/ofdbus/dbus/data/valid-messages/no-padding.message
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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