ByteOrder Class Reference
Detailed Description
Reverses the byte order in 16 and 32-bit values.
Member Function Documentation
Swap16 ( TUint16 )
Reverses the order of the bytes in a 16-bit value.
Parameter | Description | aVal | The value to reverse. |
Returns: The reversed value.
Swap16 ( TUint )
Reverses the order of the bytes in a 16-bit value.
Parameter | Description | aVal | The value to reverse. |
Returns: The reversed value.
Swap32 ( TUint32 )
Reverses the order of the bytes in a 32-bit value.
Parameter | Description | aVal | The value to reverse. |
Returns: The reversed value.