AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerInsertCard.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "MsgContext.h"
8#include "MsgHandler.h"
9
10namespace governikus
11{
12
14 : public MsgHandler
15{
16 private:
17 void setError(const QLatin1String pError);
18
19 public:
21 explicit MsgHandlerInsertCard(MsgContext& pContext);
22 explicit MsgHandlerInsertCard(const QJsonObject& pObj, MsgContext& pContext);
23};
24
25
26} // namespace governikus
Definition MsgContext.h:15
MsgHandlerInsertCard()
Definition MsgHandlerInsertCard.cpp:13
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17