TByteOrderType enum
![Next](../_derived/next_cmp_sumipntg010_next.gif)
![](../_themes/sumipntg/sumhorsa.gif)
TByteOrderType enum
Header File
<owl/file.h>
enum TByteOrderType {
boLittle_Endian, /* LSB at lowest address: Intel */
boBig_Endian, /* MSB at lowest address: Motorola */
};
Description
Describes machine type of binary data to store.
Revised: February 09, 2000.
|