|
AusweisApp2
|
#include <BluetoothMessageParameterResultCode.h>
Öffentliche Methoden | |
| BluetoothMessageParameterResultCode (const QByteArray &pValue) | |
| virtual | ~BluetoothMessageParameterResultCode () override |
| BluetoothResultCode | getResultCode () const |
| virtual QString | toStringValue () const override |
Öffentliche Methoden geerbt von governikus::BluetoothMessageParameter | |
| BluetoothMessageParameter (BluetoothParamId pParamId, const QByteArray &pValue) | |
| virtual | ~BluetoothMessageParameter () |
| BluetoothParamId | getParameterId () const |
| const QByteArray & | getValue () const |
| QByteArray | toData () const |
| bool | isValid () const |
| virtual QString | toString () const |
Weitere Geerbte Elemente | |
Öffentliche Typen geerbt von governikus::BluetoothMessageParameter | |
| using | Ptr = QSharedPointer< const BluetoothMessageParameter > |
Geschützte Methoden geerbt von governikus::BluetoothMessageParameter | |
| QString | toStringBase () const |
| template<typename T > | |
| bool | parseByteParameter (const QByteArray &pValue, T &pDest) const |
Geschützte Attribute geerbt von governikus::BluetoothMessageParameter | |
| QByteArray | mValue |
| bool | mValid |
| BluetoothMessageParameterResultCode::BluetoothMessageParameterResultCode | ( | const QByteArray & | pValue | ) |
|
overridevirtual |
| BluetoothResultCode BluetoothMessageParameterResultCode::getResultCode | ( | ) | const |
|
overridevirtual |
Erneute Implementation von governikus::BluetoothMessageParameter.