BluezQt

obexagent.cpp
1/*
2 * BluezQt - Asynchronous Bluez wrapper library
3 *
4 * SPDX-FileCopyrightText: 2014 David Rosca <nowrep@gmail.com>
5 *
6 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
7 */
8
9#include "obexagent.h"
10#include "debug.h"
11
12namespace BluezQt
13{
15 : QObject(parent)
16{
17}
18
20{
22 Q_UNUSED(session)
23 Q_UNUSED(request)
24}
25
27{
28}
29
31{
32}
33
34} // namespace BluezQt
35
36#include "moc_obexagent.cpp"
ObexAgent(QObject *parent=nullptr)
Creates a new ObexAgent object.
Definition obexagent.cpp:14
virtual void cancel()
Indicate that the agent request failed before receiving reply.
Definition obexagent.cpp:26
virtual void release()
Indicates that the agent was unregistered.
Definition obexagent.cpp:30
virtual void authorizePush(ObexTransferPtr transfer, ObexSessionPtr session, const Request< QString > &request)
Requests the agent to authorize an incoming object push request.
Definition obexagent.cpp:19
D-Bus request.
Definition request.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.