|
||
class ByteOrder;
Reverses the byte order in 16 and 32-bit values.
Defined in ByteOrder
:
Swap16(TUint)
Reverses the order of the bytes in a 16-bit value.Swap16(TUint16)
Reverses the order of the bytes in a 16-bit value.Swap32(TUint32)
Reverses the order of the bytes in a 32-bit value.IMPORT_C static TUint32 Swap32(TUint32 aVal);
Reverses the order of the bytes in a 32-bit value.
|
|