14#include <QSharedPointer>
15#include <QXmlStreamReader>
26 PaosType mDetectedType;
27 QSharedPointer<PaosMessage> mParsedObject;
33 bool handleFoundElement(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes)
override;
Definition ElementDetector.h:19
Definition PaosHandler.h:22
QSharedPointer< PaosMessage > getPaosMessage() const
Definition PaosHandler.cpp:131
PaosType getDetectedPaosType() const
Definition PaosHandler.cpp:125
Definition PaosMessage.h:21
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16