|
AusweisApp
|
#include <IfdReader.h>
Öffentliche Methoden | |
| IfdReader (ReaderManagerPluginType pPluginType, const QString &pReaderName, const QSharedPointer< IfdDispatcherClient > &pDispatcher, const IfdStatus &pIfdStatus) | |
| ~IfdReader () override | |
| Card * | getCard () const override |
| void | updateStatus (const IfdStatus &pIfdStatus) |
| Öffentliche Methoden geerbt von governikus::Reader | |
| Reader (ReaderManagerPluginType pPluginType, const QString &pReaderName) | |
| ~Reader () override=default | |
| virtual void | printGetReaderInfo () const |
| 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 () |
| 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 () |
| void | fetchCardInfo () |
| int | getTimerId () const |
| void | setTimerId (int pTimerId) |
| void | timerEvent (QTimerEvent *pEvent) override |
| IfdReader::IfdReader | ( | ReaderManagerPluginType | pPluginType, |
| const QString & | pReaderName, | ||
| const QSharedPointer< IfdDispatcherClient > & | pDispatcher, | ||
| const IfdStatus & | pIfdStatus ) |
|
override |
|
nodiscardoverridevirtual |
Implementiert governikus::Reader.
| void IfdReader::updateStatus | ( | const IfdStatus & | pIfdStatus | ) |