µSer
|
Attribute: Store an integer as Big Endian. More...
#include <uSer.hh>
Attribute: Store an integer as Big Endian.
Big endian stores the most significant bytes first (e.g. PowerPC, network byte order for IP,TCP,UDP). For example, the 32bit-integer 0x01234567 is split into the bytes 0x01, 0x23, 0x45, 0x67, in that order.