AusweisApp
|
#include <PcscReader.h>
Öffentliche Methoden | |
PcscReader (const QString &pReaderName) | |
PCSC_RETURNCODE | init () |
~PcscReader () override | |
void | printGetReaderInfo () const override |
Card * | getCard () const override |
SCARD_READERSTATE | getState () const |
bool | hasFeature (FeatureID pFeatureID) const |
PCSC_INT | getFeatureValue (FeatureID pFeatureID) const |
Check with hasFeature first for existence of the feature, otherwise this will cause an exception. | |
![]() | |
Reader (ReaderManagerPluginType pPluginType, const QString &pReaderName) | |
~Reader () override=default | |
const QString & | getName () const |
const ReaderInfo & | getReaderInfo () const |
virtual void | insertCard (const QVariant &pData=QVariant()) |
void | shelveCard () |
void | setPukInoperative () |
QSharedPointer< CardConnectionWorker > | createCardConnectionWorker () |
Creates a new CardConnectionWorker if and only if there is a card in the reader which is not already exclusively connected. | |
CardReturnCode | updateRetryCounter (QSharedPointer< CardConnectionWorker > pCardConnectionWorker) |
Weitere Geerbte Elemente | |
![]() | |
void | fireCardInserted (const ReaderInfo &pInfo) |
void | fireCardRemoved (const ReaderInfo &pInfo) |
void | fireCardInfoChanged (const ReaderInfo &pInfo) |
void | fireReaderPropertiesUpdated (const ReaderInfo &pInfo) |
![]() | |
void | setInfoBasicReader (bool pBasicReader) |
void | setInfoMaxApduLength (int pMaxApduLength) |
void | setInfoCardInfo (const CardInfo &pCardInfo) |
void | setCardInfoTagType (CardInfo::TagType pTagType) |
void | removeCardInfo () |
void | fetchCardInfo () |
int | getTimerId () const |
void | setTimerId (int pTimerId) |
void | timerEvent (QTimerEvent *pEvent) override |
|
explicit |
|
override |
|
nodiscardoverridevirtual |
Implementiert governikus::Reader.
|
nodiscard |
Check with hasFeature first for existence of the feature, otherwise this will cause an exception.
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
overridevirtual |
Erneute Implementation von governikus::Reader.