#include <revolution/net.h>
inline u16 NETReadSwappedBytes16( const u16* src );
inline u32 NETReadSwappedBytes32( const u32* src );
| src | Pointer to the data where the byte order of data is to be reversed and the resulting value read. |
Value show byte order is reversed and then read.
This function reverses the byte order beginning from the specified address and reads either a 16-bit or 32-bit value.
NETSwapBytes16, NETSwapBytes32, NETWriteSwappedBytes16, NETWriteSwappedBytes32
2006/09/01 Initial version.
CONFIDENTIAL