30 SCARD_READERSTATE mReaderState;
31 PcscReaderFeature mReaderFeatures;
32 QScopedPointer<PcscCard> mPcscCard;
34 SCARDCONTEXT mContextHandle;
36 void fetchGetReaderInfo();
37 PCSC_RETURNCODE readReaderFeatures();
39 void updateCard()
override;
42 explicit PcscReader(
const QString& pReaderName);
43 [[nodiscard]] PCSC_RETURNCODE
init();
48 [[nodiscard]] SCARD_READERSTATE
getState()
const;
50 [[nodiscard]]
bool hasFeature(FeatureID pFeatureID)
const;
Definition PcscReader.h:26
SCARD_READERSTATE getState() const
Definition PcscReader.cpp:79
PCSC_RETURNCODE init()
Definition PcscReader.cpp:39
~PcscReader() override
Definition PcscReader.cpp:64
bool hasFeature(FeatureID pFeatureID) const
Definition PcscReader.cpp:85
Card * getCard() const override
Definition PcscReader.cpp:331
PCSC_INT getFeatureValue(FeatureID pFeatureID) const
Check with hasFeature first for existence of the feature, otherwise this will cause an exception.
Definition PcscReader.cpp:91
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16