|
AusweisApp
|
#include <IfdModifyPinResponse.h>
Öffentliche Methoden | |
| IfdModifyPinResponse (const QString &pSlotHandle, const QByteArray &pOutputData, ECardApiResult::Minor pResultMinor=ECardApiResult::Minor::null) | |
| IfdModifyPinResponse (const QJsonObject &pMessageObject) | |
| ~IfdModifyPinResponse () override=default | |
| const QString & | getSlotHandle () const |
| const QByteArray & | getOutputData () const |
| CardReturnCode | getReturnCode () const |
| QByteArray | toByteArray (IfdVersion::Version pIfdVersion, const QString &pContextHandle) const override |
Öffentliche Methoden geerbt von governikus::IfdMessageResponse | |
| IfdMessageResponse (IfdMessageType pType, ECardApiResult::Minor pResultMinor) | |
| IfdMessageResponse (const QJsonObject &pMessageObject) | |
| ~IfdMessageResponse () override=default | |
| bool | resultHasError () const |
| ECardApiResult::Minor | getResultMinor () const |
Weitere Geerbte Elemente | |
Geschützte Methoden geerbt von governikus::IfdMessageResponse | |
| QJsonObject | createMessageBody (const QString &pContextHandle) const override |
| IfdModifyPinResponse::IfdModifyPinResponse | ( | const QString & | pSlotHandle, |
| const QByteArray & | pOutputData, | ||
| ECardApiResult::Minor | pResultMinor = ECardApiResult::Minor::null ) |
|
explicit |
|
overridedefault |
| const QByteArray & IfdModifyPinResponse::getOutputData | ( | ) | const |
| CardReturnCode IfdModifyPinResponse::getReturnCode | ( | ) | const |
| const QString & IfdModifyPinResponse::getSlotHandle | ( | ) | const |
|
override |