ByteOrder
(ENUM)
TYPE ByteOrder :
This enumeration represents the byteorder of a system. It can be used as well as information about the general byte order used by a concrete system or only for data exchanged between IDataSourcesMgr and IDriver.
- Attributes:
qualified_only
- InOut:
Name
Comment
Unknown
The byteorder of the system has not yet been determined.
Host
Data is in the byteorder of the machine running IDataSourcesMgr and IDriver
Intel
Data is in Intel (Little-Endian) byte order
Motorola
Data is in Motorola (Big-Endian) byte order