Please how can I use this line of codes in C++(not in Qt)?
QByteArray responseData = QByteArray::fromRawData(reinterpret_cast<const char *>(result), nReceiveAPDUBufferSize);
QString responseAsHex = QString::fromAscii(responseData.toHex())
Thank you!
Last edited on