Generic protocol: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 160: Line 160:
</syntaxhighlight>
</syntaxhighlight>


In addition, you can specify endianess of the data sent. This is done with the <byte_order> flag. The two options are network (big endian) and host.
In addition, you can specify endianness of the data sent. This is done with the '''<byte_order>''' flag. The two options are network (big endian) and host.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
   <byte_order>host</byte_order>
   <byte_order>host</byte_order>
Line 166: Line 166:
</syntaxhighlight>
</syntaxhighlight>


if your generic protocol file specifies
If your generic protocol file specifies


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
1,089

edits

Navigation menu