AusweisApp2
BluetoothMessageParameterStatusChange.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
10 
11 namespace governikus
12 {
13 
16 {
17  private:
18  BluetoothStatusChange mStatusChange;
19 
20  public:
21  using Ptr = QSharedPointer<const BluetoothMessageParameterStatusChange>;
22 
23  BluetoothMessageParameterStatusChange(const QByteArray& pValue);
24  virtual ~BluetoothMessageParameterStatusChange() override;
25 
26  BluetoothStatusChange getStatusChange() const;
27  virtual QString toStringValue() const override;
28 };
29 
30 } // namespace governikus
Definition: BluetoothMessageParameterStatusChange.h:16
BluetoothMessageParameterStatusChange(const QByteArray &pValue)
Definition: BluetoothMessageParameterStatusChange.cpp:9
virtual ~BluetoothMessageParameterStatusChange() override
Definition: BluetoothMessageParameterStatusChange.cpp:17
QSharedPointer< const BluetoothMessageParameterStatusChange > Ptr
Definition: BluetoothMessageParameterStatusChange.h:21
virtual QString toStringValue() const override
Definition: BluetoothMessageParameterStatusChange.cpp:28
BluetoothStatusChange getStatusChange() const
Definition: BluetoothMessageParameterStatusChange.cpp:22
Definition: BluetoothMessageParameter.h:20
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15