Location:
es_sock.h
Link against: esock.lib
ByteOrder
Supported from 5.0
Reverses the byte order in 16 and 32-bit values.
Defined in ByteOrder
:
Swap16()
, Swap32()
static TUint16 Swap16(TUint16 aVal);
Reverses the order of the bytes in a 16-bit value.
|
|
static TUint32 Swap32(TUint32 aVal);
Reverses the order of the bytes in a 32-bit value.
|
|