class ByteOrder |
Reverses the byte order in 16 and 32-bit values.
Public Member Functions | |
---|---|
IMPORT_C TUint16 | Swap16 ( TUint16 ) |
TUint16 | Swap16 ( TUint ) |
IMPORT_C TUint32 | Swap32 ( TUint32 ) |
IMPORT_C TUint16 | Swap16 | ( | TUint16 | aVal | ) | [static] |
Reverses the order of the bytes in a 16-bit value.
TUint16 aVal | The value to reverse. |
TUint16 | Swap16 | ( | TUint | aVal | ) | [static, inline] |
Reverses the order of the bytes in a 16-bit value.
TUint aVal | The value to reverse. |
IMPORT_C TUint32 | Swap32 | ( | TUint32 | aVal | ) | [static] |
Reverses the order of the bytes in a 32-bit value.
TUint32 aVal | The value to reverse. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.