author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
sl@0 | 1 |
# Message with lots of different argument types |
sl@0 | 2 |
|
sl@0 | 3 |
VALID_HEADER method_call |
sl@0 | 4 |
|
sl@0 | 5 |
HEADER_FIELD INTERFACE |
sl@0 | 6 |
TYPE STRING |
sl@0 | 7 |
STRING 'org.freedesktop.Foo' |
sl@0 | 8 |
HEADER_FIELD MEMBER |
sl@0 | 9 |
TYPE STRING |
sl@0 | 10 |
STRING 'Bar' |
sl@0 | 11 |
HEADER_FIELD PATH |
sl@0 | 12 |
TYPE OBJECT_PATH |
sl@0 | 13 |
OBJECT_PATH '/foo' |
sl@0 | 14 |
|
sl@0 | 15 |
ALIGN 8 |
sl@0 | 16 |
|
sl@0 | 17 |
END_LENGTH Header |
sl@0 | 18 |
|
sl@0 | 19 |
START_LENGTH Body |
sl@0 | 20 |
TYPE DICT |
sl@0 | 21 |
LENGTH Dict |
sl@0 | 22 |
START_LENGTH Dict |
sl@0 | 23 |
STRING 'uint32' |
sl@0 | 24 |
TYPE UINT32 |
sl@0 | 25 |
UINT32 0x8765432 |
sl@0 | 26 |
STRING 'uint32' |
sl@0 | 27 |
END_LENGTH Dict |
sl@0 | 28 |
END_LENGTH Body |