Generic protocol: Difference between revisions

Jump to navigation Jump to search
(http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg22705.html)
Line 105: Line 105:
   <binary_footer>length</binary_footer>
   <binary_footer>length</binary_footer>
   <binary_footer>none</binary_footer>                <!-- default -->
   <binary_footer>none</binary_footer>                <!-- default -->
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.
  <byte_order>host</byte_order>
  <byte_order>network</byte_order>        <!-- default -->


== Variable Parameters - <chunk> spec ==
== Variable Parameters - <chunk> spec ==
1

edit

Navigation menu