|
AusweisApp2
|
#include <PcscReader.h>
Öffentliche Methoden | |
| PcscReader (const QString &pReaderName) | |
| ~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. Mehr ... | |
Öffentliche Methoden geerbt von governikus::Reader | |
| Reader (ReaderManagerPlugInType pPlugInType, const QString &pReaderName) | |
| ~Reader () override=default | |
| void | update () |
| Periodically called to perform an update of the readers and cards state. Mehr ... | |
| const QString & | getName () const |
| const ReaderInfo & | getReaderInfo () const |
| 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. Mehr ... | |
| CardReturnCode | updateRetryCounter (QSharedPointer< CardConnectionWorker > pCardConnectionWorker) |
Weitere Geerbte Elemente | |
Öffentliche Typen geerbt von governikus::Reader | |
| enum | CardEvent { CardEvent::NONE, CardEvent::CARD_INSERTED, CardEvent::CARD_REMOVED } |
Signale geerbt von governikus::Reader | |
| void | fireCardInserted (const ReaderInfo &pInfo) |
| void | fireCardRemoved (const ReaderInfo &pInfo) |
| void | fireCardRetryCounterChanged (const ReaderInfo &pInfo) |
| void | fireReaderPropertiesUpdated (const ReaderInfo &pInfo) |
Geschützte Methoden geerbt von governikus::Reader | |
| void | timerEvent (QTimerEvent *pEvent) override |
Geschützte Attribute geerbt von governikus::Reader | |
| ReaderInfo | mReaderInfo |
| int | mTimerId |
|
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 |