ModemManagerQt

dbus.h
1/*
2 SPDX-FileCopyrightText: 2008 Will Stephenson <wstephenson@kde.org>
3 SPDX-FileCopyrightText: 2010 Lamarque Souza <lamarque@kde.org>
4 SPDX-FileCopyrightText: 2013 Lukas Tinkl <ltinkl@redhat.com>
5 SPDX-FileCopyrightText: 2013 Anant Kamath <kamathanant@gmail.com>
6 SPDX-FileCopyrightText: 2015 Jan Grulich <jgrulich@redhat.com>
7
8 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
9*/
10
11#ifndef MODEMMANAGER_DBUS_H
12#define MODEMMANAGER_DBUS_H
13
14#define DBUS_INTERFACE_PROPS QLatin1String("org.freedesktop.DBus.Properties")
15#define DBUS_INTERFACE_INTROSPECT QLatin1String("org.freedesktop.DBus.Introspectable")
16#define DBUS_INTERFACE_MANAGER QLatin1String("org.freedesktop.DBus.ObjectManager")
17
18#define MMQT_DBUS_SERVICE MM_DBUS_SERVICE
19#define MMQT_DBUS_PATH MM_DBUS_PATH
20/* Prefix for object paths */
21#define MMQT_DBUS_MODEM_PREFIX MM_DBUS_PATH "/Modem"
22#define MMQT_DBUS_BEARER_PREFIX MM_DBUS_PATH "/Bearer"
23#define MMQT_DBUS_SIM_PREFIX MM_DBUS_PATH "/SIM"
24#define MMQT_DBUS_SMS_PREFIX MM_DBUS_PATH "/SMS"
25#define MMQT_DBUS_CALL_PREFIX MM_DBUS_PATH "/Call"
26/* Interfaces */
27#define MMQT_DBUS_INTERFACE MM_DBUS_INTERFACE
28#define MMQT_DBUS_INTERFACE_SIM MM_DBUS_INTERFACE_SIM
29#define MMQT_DBUS_INTERFACE_BEARER MM_DBUS_INTERFACE_BEARER
30#define MMQT_DBUS_INTERFACE_SMS MM_DBUS_INTERFACE_SMS
31#define MMQT_DBUS_INTERFACE_CALL MM_DBUS_INTERFACE_CALL
32#define MMQT_DBUS_INTERFACE_MODEM MM_DBUS_INTERFACE_MODEM
33#define MMQT_DBUS_INTERFACE_MODEM_SIMPLE "org.freedesktop.ModemManager1.Modem.Simple"
34#define MMQT_DBUS_INTERFACE_MODEM_MODEM3GPP MM_DBUS_INTERFACE_MODEM_MODEM3GPP
35#define MMQT_DBUS_INTERFACE_MODEM_MODEM3GPP_USSD MM_DBUS_INTERFACE_MODEM_MODEM3GPP_USSD
36#define MMQT_DBUS_INTERFACE_MODEM_MODEMCDMA MM_DBUS_INTERFACE_MODEM_MODEMCDMA
37#define MMQT_DBUS_INTERFACE_MODEM_MESSAGING MM_DBUS_INTERFACE_MODEM_MESSAGING
38#define MMQT_DBUS_INTERFACE_MODEM_LOCATION MM_DBUS_INTERFACE_MODEM_LOCATION
39#define MMQT_DBUS_INTERFACE_MODEM_TIME MM_DBUS_INTERFACE_MODEM_TIME
40#define MMQT_DBUS_INTERFACE_MODEM_FIRMWARE MM_DBUS_INTERFACE_MODEM_FIRMWARE
41#define MMQT_DBUS_INTERFACE_MODEM_SIGNAL MM_DBUS_INTERFACE_MODEM_SIGNAL
42#define MMQT_DBUS_INTERFACE_MODEM_OMA MM_DBUS_INTERFACE_MODEM_OMA
43#define MMQT_DBUS_INTERFACE_MODEM_VOICE MM_DBUS_INTERFACE_MODEM_VOICE
44
45#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:10 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.