Functions | |
BYTE | HelperConvertNibbleFromHex (BYTE AsciiChar) |
Convert the given ASCII hex character to the binary expression. | |
WORD | HelperConvertWordFromHex (BYTE *pAsciiString) |
Convert the given ASCII hex string to the binary WORD expression. |
BYTE HelperConvertNibbleFromHex | ( | BYTE | AsciiChar | ) |
Convert the given ASCII hex character to the binary expression.
AsciiChar | A ASCII character in the range 0-9 or a-f resp. A-F. |
WORD HelperConvertWordFromHex | ( | BYTE * | pAsciiString | ) |
Convert the given ASCII hex string to the binary WORD expression.
pAsciiString | A ASCII string with characters in the range 0-9 or a-f resp. A-F. The string can have a length up to 4. |