![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/QByteArray>
Go to the source code of this file.
Classes | |
class | QResponseApdu |
Namespaces | |
namespace | QCommandApdu |
Functions | |
QByteArray | QCommandApdu::build (uint8_t cla, uint8_t ins, uint8_t p1, uint8_t p2, QByteArrayView data, uint16_t ne=0) |
Variables | |
constexpr uint8_t | QCommandApdu::Select = 0xA4 |
constexpr uint8_t | QCommandApdu::ReadBinary = 0xB0 |
constexpr uint8_t | QCommandApdu::GetData = 0xCA |
constexpr uint8_t | QCommandApdu::UpdateBinary = 0xD6 |