C API for BALTECH SDK

§ SwapNibbles

bool SwapNibbles

Swap the higher nibble (bits 5-7) of each byte with the lower nibble (bits 0-3).

0x12 0x34 0xEF => 0x21 0x43 0xFE

Definition at line 3079 of file typedefs.h.