AusweisApp2
BluetoothMessageResetSimResponse.h
gehe zur Dokumentation dieser Datei
1 
5 #pragma once
6 
7 #include "BluetoothMessage.h"
8 
9 
10 namespace governikus
11 {
12 
14  : public BluetoothMessage
15 {
16  private:
17  Q_DISABLE_COPY(BluetoothMessageResetSimResponse)
18 
19  public:
22 
23  BluetoothResultCode getResultCode() const;
24 };
25 
26 } // namespace governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Definition: BluetoothMessageResetSimResponse.h:13
BluetoothResultCode getResultCode() const
Definition: BluetoothMessageResetSimResponse.cpp:24
BluetoothMessageResetSimResponse()
Definition: BluetoothMessageResetSimResponse.cpp:13
virtual ~BluetoothMessageResetSimResponse()
Definition: BluetoothMessageResetSimResponse.cpp:19
Definition: BluetoothMessage.h:19