|
AusweisApp
|
#include <PcscReader.h>
Öffentliche Methoden | |
| PcscReader (const QString &pReaderName) | |
| PCSC_RETURNCODE | init () |
| ~PcscReader () 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. | |
Öffentliche Methoden geerbt von governikus::Reader | |
| Reader (ReaderManagerPlugInType pPlugInType, const QString &pReaderName) | |
| ~Reader () override=default | |
| virtual void | updateCard () |
| Periodically called to perform an update of the readers and cards state. | |
| const QString & | getName () const |
| const ReaderInfo & | getReaderInfo () const |
| virtual void | insertCard (const QVariant &pData=QVariant()) |
| void | shelveCard () |
| virtual Card * | getCard () const =0 |
| 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 | |
Signale geerbt von governikus::Reader | |
| void | fireCardInserted (const ReaderInfo &pInfo) |
| void | fireCardRemoved (const ReaderInfo &pInfo) |
| void | fireCardInfoChanged (const ReaderInfo &pInfo) |
| void | fireReaderPropertiesUpdated (const ReaderInfo &pInfo) |
Geschützte Methoden geerbt von governikus::Reader | |
| void | setInfoBasicReader (bool pBasicReader) |
| void | setInfoMaxApduLength (int pMaxApduLength) |
| void | setInfoCardInfo (const CardInfo &pCardInfo) |
| void | setCardInfoTagType (CardInfo::TagType pTagType) |
| void | removeCardInfo () |
| QSharedPointer< CardConnectionWorker > | fetchCardInfo () |
| int | getTimerId () const |
| void | setTimerId (int pTimerId) |
| void | timerEvent (QTimerEvent *pEvent) override |
|
explicit |
|
override |
|
overridevirtual |
Implementiert governikus::Reader.
| PCSC_INT PcscReader::getFeatureValue | ( | FeatureID | pFeatureID | ) | const |
Check with hasFeature first for existence of the feature, otherwise this will cause an exception.
| SCARD_READERSTATE PcscReader::getState | ( | ) | const |
| bool PcscReader::hasFeature | ( | FeatureID | pFeatureID | ) | const |
| PCSC_RETURNCODE PcscReader::init | ( | ) |