12#ifndef GATTCHARACTERISTIC1ADAPTOR_P_H
13#define GATTCHARACTERISTIC1ADAPTOR_P_H
26#include <QtCore/QObject>
27#include <QtDBus/QtDBus>
29#include <QtCore/qcontainerfwd.h>
37 Q_CLASSINFO(
"D-Bus Interface",
"org.bluez.GattCharacteristic1")
39" <interface name=\"org.bluez.GattCharacteristic1\">\n"
40" <method name=\"ReadValue\">\n"
41" <arg direction=\"in\" type=\"a{sv}\" name=\"options\"/>\n"
42" <annotation value=\"QVariantMap\" name=\"org.qtproject.QtDBus.QtTypeName.In0\"/>\n"
43" <arg direction=\"out\" type=\"ay\" name=\"value\"/>\n"
45" <method name=\"WriteValue\">\n"
46" <arg direction=\"in\" type=\"ay\" name=\"value\"/>\n"
47" <arg direction=\"in\" type=\"a{sv}\" name=\"options\"/>\n"
48" <annotation value=\"QVariantMap\" name=\"org.qtproject.QtDBus.QtTypeName.In1\"/>\n"
50" <method name=\"StartNotify\"/>\n"
51" <method name=\"StopNotify\"/>\n"
52" <property access=\"read\" type=\"s\" name=\"UUID\"/>\n"
53" <property access=\"read\" type=\"o\" name=\"Service\"/>\n"
54" <property access=\"read\" type=\"ay\" name=\"Value\"/>\n"
55" <property access=\"read\" type=\"b\" name=\"Notifying\"/>\n"
56" <property access=\"read\" type=\"as\" name=\"Flags\"/>\n"
QDBusObjectPath service() const
QByteArray ReadValue(const QVariantMap &options, const QDBusMessage &msg)
void WriteValue(const QByteArray &value, const QVariantMap &options, const QDBusMessage &msg)
virtual Q_CLASSINFO("D-Bus Introspection", "" " <interface name=\"org.bluez.GattCharacteristic1\">\n" " <method name=\"ReadValue\">\n" " <arg direction=\"in\" type=\"a{sv}\" name=\"options\"/>\n" " <annotation value=\"QVariantMap\" name=\"org.qtproject.QtDBus.QtTypeName.In0\"/>\n" " <arg direction=\"out\" type=\"ay\" name=\"value\"/>\n" " </method>\n" " <method name=\"WriteValue\">\n" " <arg direction=\"in\" type=\"ay\" name=\"value\"/>\n" " <arg direction=\"in\" type=\"a{sv}\" name=\"options\"/>\n" " <annotation value=\"QVariantMap\" name=\"org.qtproject.QtDBus.QtTypeName.In1\"/>\n" " </method>\n" " <method name=\"StartNotify\"/>\n" " <method name=\"StopNotify\"/>\n" " <property access=\"read\" type=\"s\" name=\"UUID\"/>\n" " <property access=\"read\" type=\"o\" name=\"Service\"/>\n" " <property access=\"read\" type=\"ay\" name=\"Value\"/>\n" " <property access=\"read\" type=\"b\" name=\"Notifying\"/>\n" " <property access=\"read\" type=\"as\" name=\"Flags\"/>\n" " </interface>\n" "") public ~OrgBluezGattCharacteristic1Adaptor()
QObject * parent() const
Returns a pointer to the parent object.
\macro QT_RESTRICTED_CAST_FROM_ASCII
EGLOutputLayerEXT EGLint EGLAttrib value
[5]