AusweisApp2
|
#include <BluetoothMessageParameterMaxMsgSize.h>
Öffentliche Methoden | |
BluetoothMessageParameterMaxMsgSize (const QByteArray &pValue) | |
BluetoothMessageParameterMaxMsgSize (uint pMaxMsgSize) | |
virtual | ~BluetoothMessageParameterMaxMsgSize () override |
unsigned int | getMaxMsgSize () 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 |
BluetoothMessageParameterMaxMsgSize::BluetoothMessageParameterMaxMsgSize | ( | const QByteArray & | pValue | ) |
BluetoothMessageParameterMaxMsgSize::BluetoothMessageParameterMaxMsgSize | ( | uint | pMaxMsgSize | ) |
|
overridevirtual |
unsigned int BluetoothMessageParameterMaxMsgSize::getMaxMsgSize | ( | ) | const |
|
overridevirtual |
Erneute Implementation von governikus::BluetoothMessageParameter.