AusweisApp2
 Alle Klassen Namensbereiche Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Propertys Freundbeziehungen Makrodefinitionen
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 */
BluetoothResultCode getResultCode() const
Definition: BluetoothMessageResetSimResponse.cpp:24
Definition: BluetoothMessageResetSimResponse.h:13
BluetoothMessageResetSimResponse()
Definition: BluetoothMessageResetSimResponse.cpp:13
virtual ~BluetoothMessageResetSimResponse()
Definition: BluetoothMessageResetSimResponse.cpp:19
Definition: BluetoothMessage.h:19