AusweisApp
|
#include <IfdDescriptor.h>
Öffentliche Methoden | |
IfdDescriptor ()=default | |
IfdDescriptor (const Discovery &pDiscovery, const QHostAddress &pHostAddress, bool pLocalIfd=false) | |
~IfdDescriptor ()=default | |
const QString & | getIfdName () const |
const QByteArray & | getIfdId () const |
const QList< IfdVersion::Version > & | getApiVersions () const |
bool | isSupported () const |
bool | isPairingAnnounced () const |
const QUrl & | getUrl () const |
bool | isNull () const |
bool | isLocalIfd () const |
bool | operator== (const IfdDescriptor &pOther) const |
bool | isSameIfd (const IfdDescriptor &pOther) const |
|
default |
IfdDescriptor::IfdDescriptor | ( | const Discovery & | pDiscovery, |
const QHostAddress & | pHostAddress, | ||
bool | pLocalIfd = false ) |
|
default |
const QList< IfdVersion::Version > & IfdDescriptor::getApiVersions | ( | ) | const |
const QByteArray & IfdDescriptor::getIfdId | ( | ) | const |
const QString & IfdDescriptor::getIfdName | ( | ) | const |
bool IfdDescriptor::isLocalIfd | ( | ) | const |
bool IfdDescriptor::isNull | ( | ) | const |
bool IfdDescriptor::isPairingAnnounced | ( | ) | const |
bool IfdDescriptor::isSameIfd | ( | const IfdDescriptor & | pOther | ) | const |
bool IfdDescriptor::isSupported | ( | ) | const |
bool IfdDescriptor::operator== | ( | const IfdDescriptor & | pOther | ) | const |