|
AusweisApp2
|
#include <BluetoothMessage.h>
Öffentliche Typen | |
| using | Ptr = QSharedPointer< const BluetoothMessage > |
Öffentliche Methoden | |
| 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 |
Geschützte Methoden | |
| BluetoothMessageParameter::Ptr | getParameter (BluetoothParamId pId) const |
Freundbeziehungen | |
| class | ::test_BluetoothMessageParser |
| using governikus::BluetoothMessage::Ptr = QSharedPointer<const BluetoothMessage> |
| BluetoothMessage::BluetoothMessage | ( | BluetoothMsgId | pMsgId | ) |
|
virtual |
| void BluetoothMessage::addParameter | ( | BluetoothMessageParameter::Ptr | pMessageParameter | ) |
|
inline |
| BluetoothMsgId BluetoothMessage::getBluetoothMsgId | ( | ) | const |
|
protected |
| QByteArray BluetoothMessage::toData | ( | ) | const |
| QString BluetoothMessage::toString | ( | ) | const |
|
friend |