BluezQt
obexobjectpush.cpp
42 return new PendingCall(d->m_bluezObjectPush->SendFile(fileName), PendingCall::ReturnTransferWithProperties, this);
47 return new PendingCall(d->m_bluezObjectPush->PullBusinessCard(targetFileName), PendingCall::ReturnTransferWithProperties, this);
50PendingCall *ObexObjectPush::exchangeBusinessCards(const QString &clientFileName, const QString &targetFileName)
52 return new PendingCall(d->m_bluezObjectPush->ExchangeBusinessCards(clientFileName, targetFileName), PendingCall::ReturnTransferWithProperties, this);
ObexObjectPush(const QDBusObjectPath &path, QObject *parent=nullptr)
Creates a new ObexObjectPush object.
Definition obexobjectpush.cpp:26
PendingCall * sendFile(const QString &fileName)
Sends one local file to the remote device.
Definition obexobjectpush.cpp:40
PendingCall * pullBusinessCard(const QString &targetFileName)
Pulls the business card from a remote device.
Definition obexobjectpush.cpp:45
PendingCall * exchangeBusinessCards(const QString &clientFileName, const QString &targetFileName)
Exchanges the business cards on the remote device.
Definition obexobjectpush.cpp:50
~ObexObjectPush() override
Destroys an ObexObjectPush object.
QDBusObjectPath objectPath() const
D-Bus object path of the object push session.
Definition obexobjectpush.cpp:35
Pending method call.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.