AusweisApp2
MsgHandlerInfo.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgHandler.h"
10 
11 namespace governikus
12 {
13 
15  : public MsgHandler
16 {
17  public:
19 };
20 
21 
22 } // namespace governikus
Definition: MsgHandlerInfo.h:16
MsgHandlerInfo()
Definition: MsgHandlerInfo.cpp:14
Definition: MsgHandler.h:18
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16