AusweisApp2
IfdDisconnect.h
gehe zur Dokumentation dieser Datei
1 
5 #pragma once
6 
7 #include "RemoteMessage.h"
8 
9 
10 namespace governikus
11 {
13  : public RemoteMessage
14 {
15  private:
16  QString mSlotHandle;
17 
18  public:
19  explicit IfdDisconnect(const QString& pReaderName);
20  explicit IfdDisconnect(const QJsonObject& pMessageObject);
21  ~IfdDisconnect() override = default;
22 
23  [[nodiscard]] const QString& getSlotHandle() const;
24  [[nodiscard]] QByteArray toByteArray(const IfdVersion& pIfdVersion, const QString& pContextHandle) const override;
25 };
26 
27 
28 } // namespace governikus
governikus::IfdDisconnect::toByteArray
QByteArray toByteArray(const IfdVersion &pIfdVersion, const QString &pContextHandle) const override
Definition: IfdDisconnect.cpp:50
IfdDisconnect.h
governikus::IfdDisconnect
Definition: IfdDisconnect.h:14
governikus::IfdDisconnect::~IfdDisconnect
~IfdDisconnect() override=default
governikus::IfdDisconnect::getSlotHandle
const QString & getSlotHandle() const
Definition: IfdDisconnect.cpp:44
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::IfdDisconnect::IfdDisconnect
IfdDisconnect(const QString &pReaderName)
Definition: IfdDisconnect.cpp:24
RemoteMessage.h
governikus::IfdVersion
Definition: IfdVersion.h:14
VALUE_NAME
#define VALUE_NAME(_name, _key)
Definition: RemoteMessage.h:15
governikus::getType
QByteArray getType() const