AusweisApp2
BluetoothMessageParameterApduResponse.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
10 
11 namespace governikus
12 {
13 
16 {
17  public:
18  BluetoothMessageParameterApduResponse(const QByteArray& pApdu);
19  virtual ~BluetoothMessageParameterApduResponse() override;
20 
21  const QByteArray& getResponseApdu() const;
22  virtual QString toStringValue() const override;
23 };
24 
25 } // namespace governikus
Definition: BluetoothMessageParameterApduResponse.h:16
const QByteArray & getResponseApdu() const
Definition: BluetoothMessageParameterApduResponse.cpp:20
virtual QString toStringValue() const override
Definition: BluetoothMessageParameterApduResponse.cpp:26
virtual ~BluetoothMessageParameterApduResponse() override
Definition: BluetoothMessageParameterApduResponse.cpp:15
BluetoothMessageParameterApduResponse(const QByteArray &pApdu)
Definition: BluetoothMessageParameterApduResponse.cpp:9
Definition: BluetoothMessageParameter.h:20
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15