1/*
2 * This file was generated by qdbusxml2cpp version 0.8
3 * Source file was org.bluez.GattDescriptor1.xml
4 *
5 * qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors.
6 *
7 * This is an auto-generated file.
8 * This file may have been hand-edited. Look for HAND-EDIT comments
9 * before re-generating it.
10 */
11
12#ifndef GATTDESCRIPTOR1ADAPTOR_P_H
13#define GATTDESCRIPTOR1ADAPTOR_P_H
14
15//
16// W A R N I N G
17// -------------
18//
19// This file is not part of the Qt API. It exists purely as an
20// implementation detail. This header file may change from version to
21// version without notice, or even be removed.
22//
23// We mean it.
24//
25
26#include <QtCore/QObject>
27#include <QtDBus/QtDBus>
28#include "bluez5_helper_p.h"
29#include <QtCore/qcontainerfwd.h>
30
31namespace QtBluetoothPrivate {
32
33/*
34 * Adaptor class for interface org.bluez.GattDescriptor1
35 */
36class OrgBluezGattDescriptor1Adaptor: public QDBusAbstractAdaptor
37{
38 Q_OBJECT
39 Q_CLASSINFO("D-Bus Interface", "org.bluez.GattDescriptor1")
40 Q_CLASSINFO("D-Bus Introspection", ""
41" <interface name=\"org.bluez.GattDescriptor1\">\n"
42" <method name=\"ReadValue\">\n"
43" <arg direction=\"in\" type=\"a{sv}\" name=\"options\"/>\n"
44" <annotation value=\"QVariantMap\" name=\"org.qtproject.QtDBus.QtTypeName.In0\"/>\n"
45" <arg direction=\"out\" type=\"ay\" name=\"value\"/>\n"
46" </method>\n"
47" <method name=\"WriteValue\">\n"
48" <arg direction=\"in\" type=\"ay\" name=\"value\"/>\n"
49" <arg direction=\"in\" type=\"a{sv}\" name=\"options\"/>\n"
50" <annotation value=\"QVariantMap\" name=\"org.qtproject.QtDBus.QtTypeName.In1\"/>\n"
51" </method>\n"
52" <property access=\"read\" type=\"s\" name=\"UUID\"/>\n"
53" <property access=\"read\" type=\"o\" name=\"Characteristic\"/>\n"
54" <property access=\"read\" type=\"ay\" name=\"Value\"/>\n"
55" </interface>\n"
56 "")
57public:
58 OrgBluezGattDescriptor1Adaptor(QObject *parent);
59 ~OrgBluezGattDescriptor1Adaptor() override;
60
61public: // PROPERTIES
62 Q_PROPERTY(QDBusObjectPath Characteristic READ characteristic)
63 QDBusObjectPath characteristic() const;
64
65 Q_PROPERTY(QString UUID READ uUID)
66 QString uUID() const;
67
68 Q_PROPERTY(QByteArray Value READ value)
69 QByteArray value() const;
70
71public Q_SLOTS: // METHODS
72 QByteArray ReadValue(const QVariantMap &options, const QDBusMessage &msg);
73 void WriteValue(const QByteArray &value, const QVariantMap &options, const QDBusMessage &msg);
74Q_SIGNALS: // SIGNALS
75};
76
77} // end of namespace QtBluetoothPrivate
78
79#endif
80

source code of qtconnectivity/src/bluetooth/bluez/gattdescriptor1adaptor_p.h