|
AusweisApp
|
#include <Reader.h>
Öffentliche Methoden | |
| 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) |
Geschützte Methoden | |
| 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 |
Freundbeziehungen | |
| class | MockReader |
| Reader::Reader | ( | ReaderManagerPlugInType | pPlugInType, |
| const QString & | pReaderName ) |
|
overridedefault |
| QSharedPointer< CardConnectionWorker > Reader::createCardConnectionWorker | ( | ) |
Creates a new CardConnectionWorker if and only if there is a card in the reader which is not already exclusively connected.
|
protected |
|
signal |
|
signal |
|
signal |
|
signal |
Implementiert in governikus::NfcReader, governikus::PcscReader, governikus::SimulatorReader, governikus::SmartReader und governikus::IfdReader.
|
inline |
|
protected |
Erneute Implementation in governikus::SimulatorReader.
|
protected |
|
protected |
| void Reader::setPukInoperative | ( | ) |
| void Reader::shelveCard | ( | ) |
|
overrideprotected |
Periodically called to perform an update of the readers and cards state.
| CardReturnCode Reader::updateRetryCounter | ( | QSharedPointer< CardConnectionWorker > | pCardConnectionWorker | ) |