#include <byteorder.h>
Static Public Member Functions | |
template<typename T > | |
static MAXON_ATTRIBUTE_FORCE_INLINE T | ReadValue (const T &valueAtAddr, BYTEORDER order) |
|
static |
Reads a value from valueAtAddr and converts the byte order if necessary.
[in] | valueAtAddr | Pointer to the data. |
[in] | order | Byte order of the data. |