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 Template:ReservedBYTEORDER.SWAP8|Template:ReservedBYTEORDER.SWAP16 is, of course, the same as Template:ReservedBYTEORDER.SWAP816.