OpenNet
Functions
ByteOrder.h File Reference

ByteOrder_Swap16, ByteOrder_Swap32 (RT) More...

Go to the source code of this file.

Functions

unsigned short ByteOrder_Swap16 (unsigned short aIn)
 Reverse byte order. More...
 
unsigned int ByteOrder_Swap32 (unsigned int aIn)
 Reverse byte order. More...
 

Detailed Description

ByteOrder_Swap16, ByteOrder_Swap32 (RT)

RegEx, RegEx_State (RT)

Author
KMS - Martin Dubois, ing.

Function Documentation

unsigned short ByteOrder_Swap16 ( unsigned short  aIn)

Reverse byte order.

Parameters
aInThe input value
Returns
This method returns the input value with reversed byte order
unsigned int ByteOrder_Swap32 ( unsigned int  aIn)

Reverse byte order.

Parameters
aInThe input value
Returns
This method returns the input value with reversed byte order