AusweisApp
|
#include <LocalIfdClient.h>
Öffentliche Methoden | |
LocalIfdClient () | |
~LocalIfdClient () override | |
void | startDetection () override |
void | stopDetection () override |
bool | isDetecting () override |
QList< RemoteServiceSettings::RemoteInfo > | getConnectedDeviceInfos () override |
const QByteArray & | getPsk () const |
void | serviceConnected () |
void | serviceDisconnected () |
![]() | |
IfdClientImpl () | |
~IfdClientImpl () override | |
Q_INVOKABLE void | establishConnection (const QSharedPointer< IfdListEntry > &pEntry, const QByteArray &pPsk) override |
QStringList | getConnectedDeviceIDs () const override |
![]() | |
IfdClient ()=default | |
~IfdClient () override=default | |
virtual QList< QSharedPointer< IfdListEntry > > | getAnnouncingRemoteDevices () const |
bool | hasAnnouncingRemoteDevices () const |
virtual Q_INVOKABLE void | requestRemoteDevices () |
Freundbeziehungen | |
LocalIfdClient * | createNewObject () |
governikus::LocalIfdClient::LocalIfdClient | ( | ) |
|
override |
|
overridevirtual |
Implementiert governikus::IfdClient.
const QByteArray & LocalIfdClient::getPsk | ( | ) | const |
|
overridevirtual |
Implementiert governikus::IfdClient.
void LocalIfdClient::serviceConnected | ( | ) |
void LocalIfdClient::serviceDisconnected | ( | ) |
|
overridevirtual |
|
overridevirtual |
Implementiert governikus::IfdClient.
|
friend |