BALTECH SDK wrapper functions reference

§ 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 3045 of file typedefs.h.