SHIP:Data Types:ByteOrder

From Serious Documentation
Revision as of 05:47, 5 June 2015 by Admin (talk | contribs)
Jump to: navigation, search
Data Type Description
ByteOrder Determines a byte flipping order in a number

The ByteOrder is a psuedo-type, actually a Byte with the following possible values:

These are bit fields, so can be combined using the "|" operator if desired, for example <code>BYTEORDER.SWAP8|BYTEORDER.SWAP16</code> is, of course, the same as <code>BYTEORDER.SWAP816</code>.