AusweisApp2
|
#include <BluetoothMessageParameterConnectionStatus.h>
Öffentliche Methoden | |
BluetoothMessageParameterConnectionStatus (const QByteArray &pValue) | |
virtual | ~BluetoothMessageParameterConnectionStatus () override |
BluetoothConnectionStatus | getResultCode () const |
virtual QString | toStringValue () const override |
![]() | |
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 | |
![]() | |
using | Ptr = QSharedPointer< const BluetoothMessageParameter > |
![]() | |
QString | toStringBase () const |
template<typename T > | |
bool | parseByteParameter (const QByteArray &pValue, T &pDest) const |
![]() | |
QByteArray | mValue |
bool | mValid |
BluetoothMessageParameterConnectionStatus::BluetoothMessageParameterConnectionStatus | ( | const QByteArray & | pValue | ) |
|
overridevirtual |
BluetoothConnectionStatus BluetoothMessageParameterConnectionStatus::getResultCode | ( | ) | const |
|
overridevirtual |
Erneute Implementation von governikus::BluetoothMessageParameter.