|
AusweisApp2
|
#include <BluetoothMessageParameterCardReaderStatus.h>
Öffentliche Typen | |
| using | Ptr = QSharedPointer< const BluetoothMessageParameterCardReaderStatus > |
Öffentliche Typen geerbt von governikus::BluetoothMessageParameter | |
| using | Ptr = QSharedPointer< const BluetoothMessageParameter > |
Öffentliche Methoden | |
| BluetoothMessageParameterCardReaderStatus (const QByteArray &pValue) | |
| virtual | ~BluetoothMessageParameterCardReaderStatus () override |
| BluetoothStatusChange | getStatusChange () const |
| BluetoothCardReaderStatus | getCardReaderStatus () 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 | |
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 |
| using governikus::BluetoothMessageParameterCardReaderStatus::Ptr = QSharedPointer<const BluetoothMessageParameterCardReaderStatus> |
| BluetoothMessageParameterCardReaderStatus::BluetoothMessageParameterCardReaderStatus | ( | const QByteArray & | pValue | ) |
|
overridevirtual |
| BluetoothCardReaderStatus BluetoothMessageParameterCardReaderStatus::getCardReaderStatus | ( | ) | const |
| BluetoothStatusChange BluetoothMessageParameterCardReaderStatus::getStatusChange | ( | ) | const |
|
overridevirtual |
Erneute Implementation von governikus::BluetoothMessageParameter.