os/ossrv/ofdbus/dbus/data/valid-messages/opposite-endian.message
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 ## Message of opposite endianness, with lots of random fields in it
     2 
     3 OPPOSITE_ENDIAN
     4 
     5 ## VALID_HEADER includes a LENGTH Header and LENGTH Body
     6 VALID_HEADER method_call
     7 
     8 REQUIRED_FIELDS
     9 
    10 HEADER_FIELD UNKNOWN
    11 TYPE INT32
    12 INT32 0xfeeb
    13 
    14 ALIGN 8
    15 END_LENGTH Header
    16 
    17 START_LENGTH Body
    18 
    19 TYPE INT32
    20 INT32 89765432
    21 TYPE UINT32
    22 UINT32 0xfffffff
    23 TYPE STRING
    24 STRING 'Hello this is a string'
    25 TYPE DOUBLE
    26 DOUBLE 3.14159
    27 
    28 TYPE NIL
    29 
    30 END_LENGTH Body