|
AusweisApp2
|
#include <BluetoothMessageTransferApduResponse.h>
Öffentliche Methoden | |
| BluetoothMessageTransferApduResponse () | |
| virtual | ~BluetoothMessageTransferApduResponse () |
| BluetoothResultCode | getResultCode () const |
| bool | hasResponseAPDU () const |
| const QByteArray & | getResponseAPDU () const |
Öffentliche Methoden geerbt von governikus::BluetoothMessage | |
| BluetoothMessage (BluetoothMsgId pMsgId) | |
| virtual | ~BluetoothMessage () |
| void | addParameter (BluetoothMessageParameter::Ptr pMessageParameter) |
| template<typename T > | |
| void | copyParameter (const T &pMessageParameter) |
| BluetoothMsgId | getBluetoothMsgId () const |
| QByteArray | toData () const |
| QString | toString () const |
Weitere Geerbte Elemente | |
Öffentliche Typen geerbt von governikus::BluetoothMessage | |
| using | Ptr = QSharedPointer< const BluetoothMessage > |
Geschützte Methoden geerbt von governikus::BluetoothMessage | |
| BluetoothMessageParameter::Ptr | getParameter (BluetoothParamId pId) const |
| BluetoothMessageTransferApduResponse::BluetoothMessageTransferApduResponse | ( | ) |
|
virtual |
| const QByteArray & BluetoothMessageTransferApduResponse::getResponseAPDU | ( | ) | const |
| BluetoothResultCode BluetoothMessageTransferApduResponse::getResultCode | ( | ) | const |
| bool BluetoothMessageTransferApduResponse::hasResponseAPDU | ( | ) | const |