C API for BALTECH SDK

§ AsciiToBin

bool AsciiToBin

Convert ASCII to Binarydata by converting the ASCII characters 0x30-0x39 to 0x00-0x09 and 0x41-0x49 (0x61-0x66) to 0x0A-0x0F.

0x31 0x41 -> 0x01 0x0A

Definition at line 3089 of file typedefs.h.