AusweisApp
|
#include <Discovery.h>
Öffentliche Methoden | |
Discovery (const QString &pIfdName, const QString &pIfdId, quint16 pPort, const QList< IfdVersion::Version > &pSupportedApis, bool pPairing=false) | |
Discovery (const QJsonObject &pMessageObject) | |
~Discovery () override=default | |
const QString & | getIfdName () const |
const QString & | getIfdId () const |
quint16 | getPort () const |
const QList< IfdVersion::Version > & | getSupportedApis () const |
void | setPairing (bool pEnabled) |
bool | getPairing () const |
QByteArray | toByteArray (IfdVersion::Version pIfdVersion, const QString &pContextHandle=QString()) const override |
Discovery::Discovery | ( | const QString & | pIfdName, |
const QString & | pIfdId, | ||
quint16 | pPort, | ||
const QList< IfdVersion::Version > & | pSupportedApis, | ||
bool | pPairing = false ) |
|
explicit |
|
overridedefault |
const QString & Discovery::getIfdId | ( | ) | const |
const QString & Discovery::getIfdName | ( | ) | const |
bool Discovery::getPairing | ( | ) | const |
quint16 Discovery::getPort | ( | ) | const |
const QList< IfdVersion::Version > & Discovery::getSupportedApis | ( | ) | const |
|
override |