т.е. преобразование этого:
Код: Выделить всё
std::string = "01A1";
Код: Выделить всё
char* hexArray;
int hexLength;
Код: Выделить всё
std::vector hexArray;
Подробнее здесь: https://stackoverflow.com/questions/172 ... byte-array
Код: Выделить всё
std::string = "01A1";
Код: Выделить всё
char* hexArray;
int hexLength;
Код: Выделить всё
std::vector hexArray;