AusweisApp2
Lade ...
Suche ...
Keine Treffer
MsgHandlerStatus.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "MsgContext.h"
10#include "MsgHandler.h"
11
12#include <QJsonValue>
13
14class test_MsgHandlerStatus;
15
16namespace governikus
17{
18
20 : public MsgHandler
21{
22 friend class ::test_MsgHandlerStatus;
23
24 private:
25 QJsonValue getWorkflow(const MsgContext& pContext) const;
26 QJsonValue getProgress(const MsgContext& pContext) const;
27 QJsonValue getState(const MsgContext& pContext) const;
28
29 public:
30 explicit MsgHandlerStatus(const MsgContext& pContext);
31};
32
33} /* namespace governikus */
Definition: MsgContext.h:17
Definition: MsgHandlerStatus.h:21
Definition: MsgHandler.h:18
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16