BluezQt
media.cpp
43 return new PendingCall(d->m_bluezMedia->RegisterEndpoint(endpoint->objectPath(), endpoint->properties()), PendingCall::ReturnVoid, this);
56 return new PendingCall(d->m_bluezMedia->UnregisterEndpoint(endpoint->objectPath()), PendingCall::ReturnVoid, this);
Bluetooth MediaEndpoint.
virtual QDBusObjectPath objectPath() const
D-Bus object path of the MediaEndpoint.
Definition mediaendpoint.cpp:23
virtual const QVariantMap & properties() const
Properties of the endpoint.
Definition mediaendpoint.cpp:28
Pending method call.
QString path(const QString &relativePath)
QString path() const const
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.