![]() |
Demo HCI Implementation for WiMOD-LR Devices
V2.0.3
|
#include <stdint.h>

Go to the source code of this file.
Functions | |
| void | StrToIntConverter_convertHexStrToArray (char *inputString, uint8_t *targetArray, uint8_t numberOfEntries) |
| Convert a String containing hex numbers into an C array. More... | |
| void StrToIntConverter_convertHexStrToArray | ( | char * | inputString, |
| uint8_t * | targetArray, | ||
| uint8_t | numberOfEntries | ||
| ) |
Convert a String containing hex numbers into an C array.
| inputString | The C String that contains the numbers e.g. "12 0x34 AB" |
| targetArray | The array where to store the converted numbers |
| numberOfEntries | The number of numbers contained in the string (e.g. 3) |