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