AusweisApp2
Lade ...
Suche ...
Keine Treffer
MsgHandlerInternalError.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "MsgHandler.h"
10
11namespace governikus
12{
13
15 : public MsgHandler
16{
17 public:
18 explicit MsgHandlerInternalError(const QString& pError = QString());
19 explicit MsgHandlerInternalError(const QLatin1String pError);
20};
21
22
23} // namespace governikus
Definition: MsgHandlerInternalError.h:16
Definition: MsgHandler.h:18
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16