AusweisApp
|
#include <MsgHandlerReader.h>
Öffentliche Methoden | |
MsgHandlerReader (const QJsonObject &pObj) | |
MsgHandlerReader (const ReaderInfo &pInfo) | |
![]() | |
QByteArray | toJson () const |
QByteArray | getOutput () const |
bool | isVoid () const |
MsgType | getType () const |
void | setRequest (const QJsonObject &pRequest) |
operator Msg () const | |
Öffentliche, statische Methoden | |
static QJsonObject | createReaderInfo (const ReaderInfo &pInfo) |
![]() | |
static MsgType | getStateMsgType (const QString &pState, PacePasswordId pPasswordId) |
Weitere Geerbte Elemente | |
![]() | |
static const MsgHandler | Void = MsgHandler() |
static const MsgLevel | DEFAULT_MSG_LEVEL = MsgLevel::v2 |
![]() | |
MsgHandler (MsgType pType) | |
MsgHandler (MsgType pType, const char *const pKey, const QString &pValue) | |
MsgHandler (MsgType pType, const char *const pKey, const QLatin1String pValue) | |
void | setValue (const QLatin1String pKey, const QString &pValue) |
void | setValue (const char *const pKey, const QString &pValue) |
void | setValue (const QLatin1String pKey, const QLatin1String pValue) |
void | setValue (const char *const pKey, const QLatin1String pValue) |
void | setVoid (bool pVoid=true) |
![]() | |
QJsonObject | mJsonObject |
|
explicit |
|
explicit |
|
static |