/* * This file was generated by qdbusxml2cpp version 0.8 * Source file was org.bluez.GattCharacteristic1.xml * * qdbusxml2cpp is Copyright (C) The Qt Company Ltd. and other contributors. * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef GATTCHARACTERISTIC1ADAPTOR_P_H #define GATTCHARACTERISTIC1ADAPTOR_P_H // // W A R N I N G // ------------- // // This file is not part of the Qt API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // // We mean it. // #include #include #include "bluez5_helper_p.h" #include namespace QtBluetoothPrivate { /* * Adaptor class for interface org.bluez.GattCharacteristic1 */ class OrgBluezGattCharacteristic1Adaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.bluez.GattCharacteristic1") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: OrgBluezGattCharacteristic1Adaptor(QObject *parent); ~OrgBluezGattCharacteristic1Adaptor() override; public: // PROPERTIES Q_PROPERTY(QStringList Flags READ flags) QStringList flags() const; Q_PROPERTY(bool Notifying READ notifying) bool notifying() const; Q_PROPERTY(QDBusObjectPath Service READ service) QDBusObjectPath service() const; Q_PROPERTY(QString UUID READ uUID) QString uUID() const; Q_PROPERTY(QByteArray Value READ value) QByteArray value() const; public Q_SLOTS: // METHODS QByteArray ReadValue(const QVariantMap &options, const QDBusMessage &msg); void StartNotify(); void StopNotify(); void WriteValue(const QByteArray &value, const QVariantMap &options, const QDBusMessage &msg); Q_SIGNALS: // SIGNALS }; } // end of namespace QtBluetoothPrivate #endif