AusweisApp2
BluetoothMessageParameterCardReaderStatus.h
gehe zur Dokumentation dieser Datei
1 /*
2  * \copyright Copyright (c) 2015-2020 Governikus GmbH & Co. KG, Germany
3  */
4 
5 #pragma once
6 
8 
10 
11 namespace governikus
12 {
13 
16 {
17  private:
18  friend class ::test_BluetoothMessageParameterCardReaderStatus;
19  BluetoothCardReaderStatus mCardReaderStatus;
20 
21  public:
22  using Ptr = QSharedPointer<const BluetoothMessageParameterCardReaderStatus>;
23 
24  BluetoothMessageParameterCardReaderStatus(const QByteArray& pValue);
26 
27  BluetoothStatusChange getStatusChange() const;
28  BluetoothCardReaderStatus getCardReaderStatus() const;
29  virtual QString toStringValue() const override;
30 };
31 
32 } // namespace governikus
Definition: test_BluetoothMessageParameterCardReaderStatus.cpp:14
BluetoothStatusChange getStatusChange() const
Definition: BluetoothMessageParameterCardReaderStatus.cpp:22
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
virtual QString toStringValue() const override
Definition: BluetoothMessageParameterCardReaderStatus.cpp:43
Definition: BluetoothMessageParameterCardReaderStatus.h:14
virtual ~BluetoothMessageParameterCardReaderStatus() override
Definition: BluetoothMessageParameterCardReaderStatus.cpp:17
BluetoothCardReaderStatus getCardReaderStatus() const
Definition: BluetoothMessageParameterCardReaderStatus.cpp:37
QSharedPointer< const BluetoothMessageParameterCardReaderStatus > Ptr
Definition: BluetoothMessageParameterCardReaderStatus.h:22
Definition: BluetoothMessageParameter.h:19
BluetoothMessageParameterCardReaderStatus(const QByteArray &pValue)
Definition: BluetoothMessageParameterCardReaderStatus.cpp:9