BluezQt 5.109.0
|
OBEX session. More...
#include <BluezQt/ObexSession>
Properties | |
quint8 | channel |
QString | destination |
QString | root |
QString | source |
QString | target |
Public Member Functions | |
~ObexSession () override | |
Destroys an ObexSession object. | |
quint8 | channel () const |
Returns the Bluetooth channel. | |
QString | destination () const |
Returns address of the Bluetooth device. | |
PendingCall * | getCapabilities () |
Returns the remote device capabilities. | |
QDBusObjectPath | objectPath () const |
D-Bus object path of the session. | |
QString | root () const |
Returns the root path. | |
QString | source () const |
Returns address of the Bluetooth adapter. | |
QString | target () const |
Returns the target UUID. | |
ObexSessionPtr | toSharedPtr () const |
Returns a shared pointer from this. | |
OBEX session.
This class represents an OBEX session.
|
override |
Destroys an ObexSession object.
quint8 BluezQt::ObexSession::channel | ( | ) | const |
Returns the Bluetooth channel.
QString BluezQt::ObexSession::destination | ( | ) | const |
Returns address of the Bluetooth device.
PendingCall * BluezQt::ObexSession::getCapabilities | ( | ) |
Returns the remote device capabilities.
Possible errors: PendingCall::NotSupported, PendingCall::Failed
QDBusObjectPath BluezQt::ObexSession::objectPath | ( | ) | const |
D-Bus object path of the session.
QString BluezQt::ObexSession::root | ( | ) | const |
Returns the root path.
QString BluezQt::ObexSession::source | ( | ) | const |
Returns address of the Bluetooth adapter.
QString BluezQt::ObexSession::target | ( | ) | const |
Returns the target UUID.
ObexSessionPtr BluezQt::ObexSession::toSharedPtr | ( | ) | const |
Returns a shared pointer from this.