9#ifndef BLUEZQT_OBEXOBJECTPUSH_H
10#define BLUEZQT_OBEXOBJECTPUSH_H
14#include "bluezqt_export.h"
43 explicit ObexObjectPush(
const QDBusObjectPath &path, QObject *parent =
nullptr);
105 class ObexObjectPushPrivate *
const d;
107 friend class ObexObjectPushPrivate;
OBEX object push.
Definition obexobjectpush.h:30
ObexObjectPush(const QDBusObjectPath &path, QObject *parent=nullptr)
Creates a new ObexObjectPush object.
PendingCall * sendFile(const QString &fileName)
Sends one local file to the remote device.
PendingCall * pullBusinessCard(const QString &targetFileName)
Pulls the business card from a remote device.
PendingCall * exchangeBusinessCards(const QString &clientFileName, const QString &targetFileName)
Exchanges the business cards on the remote device.
~ObexObjectPush() override
Destroys an ObexObjectPush object.
QDBusObjectPath objectPath() const
D-Bus object path of the object push session.
Pending method call.
Definition pendingcall.h:33