TByteOrderType enum

Back Up Next

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.


Copyright © 1998-2001 Yura Bidus. All rights reserved.