AusweisApp
 
Lade ...
Suche ...
Keine Treffer
MsgHandlerBadState.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 MsgHandlerBadState(MsgCmdType pType = MsgCmdType::UNDEFINED);
21};
22
23
24} // namespace governikus
MsgHandlerBadState(MsgCmdType pType=MsgCmdType::UNDEFINED)
Definition MsgHandlerBadState.cpp:9
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17