C API for BALTECH SDK

§ Reverse

bool Reverse

Swap the first byte with the last one, the second one with the next to last one and so on.

0x12 0x3D 0xEF => 0xEF 0x3D 0x12

Definition at line 3094 of file typedefs.h.