AusweisApp2
|
#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) |
![]() | |
Reader (ReaderManagerPlugInType pPlugInType, const QString &pReaderName) | |
~Reader () override=default | |
virtual void | updateCard () |
Periodically called to perform an update of the readers and cards state. Mehr ... | |
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. Mehr ... | |
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 (QSharedPointer< CardConnectionWorker > pCardConnection) |
int | getTimerId () |
void | setTimerId (int pTimerId) |
void | timerEvent (QTimerEvent *pEvent) override |
IfdReader::IfdReader | ( | ReaderManagerPlugInType | pPlugInType, |
const QString & | pReaderName, | ||
const QSharedPointer< IfdDispatcherClient > & | pDispatcher, | ||
const IfdStatus & | pIfdStatus | ||
) |
|
override |
|
overridevirtual |
Implementiert governikus::Reader.
void IfdReader::updateStatus | ( | const IfdStatus & | pIfdStatus | ) |