AusweisApp
 
Lade ...
Suche ...
Keine Treffer
MsgHandlerUnknownCommand.h
gehe zur Dokumentation dieser Datei
1
4
8
9#pragma once
10
11#include "MsgHandler.h"
12
13namespace governikus
14{
15
17 : public MsgHandler
18{
19 public:
20 explicit MsgHandlerUnknownCommand(const QString& pName);
21 explicit MsgHandlerUnknownCommand(const MsgCmdType& pCmdType);
22};
23
24
25} // namespace governikus
MsgHandlerUnknownCommand(const QString &pName)
Definition MsgHandlerUnknownCommand.cpp:11
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17