diff -r 000000000000 -r bde4ae8d615e os/ossrv/ofdbus/dbus/data/valid-messages/no-padding.message --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/ossrv/ofdbus/dbus/data/valid-messages/no-padding.message Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,22 @@ +## 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