AusweisApp2
BluetoothMessageStatusInd.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "BluetoothMessage.h"
11 
12 
13 namespace governikus
14 {
15 
17  : public BluetoothMessage
18 {
19  private:
20  Q_DISABLE_COPY(BluetoothMessageStatusInd)
21 
22  public:
25 
26  BluetoothStatusChange getStatusChange() const;
27 };
28 
29 } // namespace governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
virtual ~BluetoothMessageStatusInd()
Definition: BluetoothMessageStatusInd.cpp:15
BluetoothStatusChange getStatusChange() const
Definition: BluetoothMessageStatusInd.cpp:20
Definition: BluetoothMessageStatusInd.h:16
BluetoothMessageStatusInd()
Definition: BluetoothMessageStatusInd.cpp:9
Definition: BluetoothMessage.h:19