19 QByteArray mResponseApdu;
21 void parseResponseApdu(
const QJsonObject& pMessageObject);
Minor
Definition ECardApiResult.h:50
@ null
Definition ECardApiResult.h:51
IfdMessageResponse(IfdMessageType pType, ECardApiResult::Minor pResultMinor)
Definition IfdMessageResponse.cpp:34
const QString & getSlotHandle() const
Definition IfdTransmitResponse.cpp:95
IfdTransmitResponse(const QString &pSlotHandle, const QByteArray &pResponseApdu=QByteArray(), ECardApiResult::Minor pResultMinor=ECardApiResult::Minor::null)
Definition IfdTransmitResponse.cpp:74
QByteArray toByteArray(IfdVersion::Version pIfdVersion, const QString &pContextHandle) const override
Definition IfdTransmitResponse.cpp:107
~IfdTransmitResponse() override=default
const QByteArray & getResponseApdu() const
Definition IfdTransmitResponse.cpp:101
Version
Definition IfdVersion.h:17
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17