AusweisApp
|
#include <IfdClientImpl.h>
Öffentliche Methoden | |
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 Q_INVOKABLE void | startDetection ()=0 |
virtual Q_INVOKABLE void | stopDetection ()=0 |
virtual Q_INVOKABLE bool | isDetecting ()=0 |
virtual QList< QSharedPointer< IfdListEntry > > | getAnnouncingRemoteDevices () const |
bool | hasAnnouncingRemoteDevices () const |
virtual Q_INVOKABLE void | requestRemoteDevices () |
virtual QList< RemoteServiceSettings::RemoteInfo > | getConnectedDeviceInfos ()=0 |
Geschützte Slots | |
void | onDispatcherCreated (const IfdDescriptor &pIfdDescriptor, const QSharedPointer< IfdDispatcherClient > &pDispatcher) |
void | onDispatcherError (const IfdDescriptor &pIfdDescriptor, IfdErrorCode pErrorCode) |
void | onDispatcherDestroyed (GlobalStatus::Code pCloseCode, const QString &pId) |
Weitere Geerbte Elemente | |
![]() | |
void | fireDeviceAppeared (const QSharedPointer< IfdListEntry > &pEntry) |
void | fireDeviceUpdated (const QSharedPointer< IfdListEntry > &pEntry) |
void | fireDeviceVanished (const QSharedPointer< IfdListEntry > &pEntry) |
void | fireEstablishConnectionDone (const QSharedPointer< IfdListEntry > &pEntry, const GlobalStatus &pStatus) |
void | fireNewDispatcher (const QSharedPointer< IfdDispatcherClient > &pDispatcher) |
void | fireDispatcherChanged (const QSharedPointer< IfdDispatcherClient > &pDispatcher) |
void | fireRemoteDevicesInfo (const QList< QSharedPointer< IfdListEntry > > &pRemoteDevices) |
void | fireDispatcherDestroyed (GlobalStatus::Code pCloseCode, const QString &pId) |
void | fireDetectionChanged () |
void | fireCertificateRemoved (const QString &pDeviceName) |
IfdClientImpl::IfdClientImpl | ( | ) |
|
override |
|
overridevirtual |
|
overridevirtual |
Erneute Implementation von governikus::IfdClient.
|
protectedslot |
|
protectedslot |
|
protectedslot |