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