The endian of the data types is platform-dependent. For example, on an x86 based machine a multibytes data type is ordered in little-endian, the least-significant byte occupies the lower memory address. The opposite is true on a big-endian 68k based machine. The data on a transmission medium is always big endian.