9#ifndef BLUEZQT_OBEXSESSION_H
10#define BLUEZQT_OBEXSESSION_H
14#include "bluezqt_export.h"
34 Q_PROPERTY(QString source READ source)
35 Q_PROPERTY(QString destination READ destination)
36 Q_PROPERTY(quint8 channel READ channel)
37 Q_PROPERTY(QString target READ target)
38 Q_PROPERTY(QString root READ root)
109 BLUEZQT_NO_EXPORT
explicit ObexSession(
const QString &path,
const QVariantMap &properties);
111 class ObexSessionPrivate *
const d;
113 friend class ObexSessionPrivate;
114 friend class ObexManagerPrivate;
OBEX session.
Definition obexsession.h:31
PendingCall * getCapabilities()
Returns the remote device capabilities.
ObexSessionPtr toSharedPtr() const
Returns a shared pointer from this.
QString root() const
Returns the root path.
QString source() const
Returns address of the Bluetooth adapter.
~ObexSession() override
Destroys an ObexSession object.
quint8 channel() const
Returns the Bluetooth channel.
QString target() const
Returns the target UUID.
QDBusObjectPath objectPath() const
D-Bus object path of the session.
QString destination() const
Returns address of the Bluetooth device.
Pending method call.
Definition pendingcall.h:33