ofdbus/dbus/data/valid-messages/no-padding.message
author Simon Howkins <simonh@symbian.org>
Thu, 28 Oct 2010 12:05:33 +0100
branchRCL_3
changeset 78 5b3c983434ca
parent 0 e4d67989cc36
permissions -rw-r--r--
Commented out export of missing CRML source file to avoid build error. There are no known side effects of this file being missing, so this seems a reasonable way to avoid the build error.

## Message with no header padding

## VALID_HEADER includes a LENGTH Header and LENGTH Body
VALID_HEADER method_call

REQUIRED_FIELDS

## this byte array is filled with zeros to the natural length 
## of the header
HEADER_FIELD UNKNOWN
TYPE ARRAY
TYPE BYTE
ALIGN 4
LENGTH ThisByteArray
START_LENGTH ThisByteArray
BYTE 1
ALIGN 8 1
END_LENGTH ThisByteArray

END_LENGTH Header
START_LENGTH Body
END_LENGTH Body