AusweisApp
 
Lade ...
Suche ...
Keine Treffer
IfdDispatcherServer.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "IfdDispatcher.h"
8
9
10namespace governikus
11{
13 : public IfdDispatcher
14{
15 Q_OBJECT
16
17 private:
18 void createAndSendContext(const QJsonObject& pMessageObject);
19 bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
20
21 public:
22 explicit IfdDispatcherServer(const QSharedPointer<DataChannel>& pDataChannel);
23
24 Q_SIGNALS:
27};
28
29} // namespace governikus
IfdDispatcherServer(const QSharedPointer< DataChannel > &pDataChannel)
IfdDispatcher(IfdVersion::Version pVersion, const QSharedPointer< DataChannel > &pDataChannel)
Definition IfdDispatcher.cpp:20
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17