#include <stdint.h>
#include <dbus-cxx/error.h>
#include <dbus-cxx/messageappenditerator.h>
#include <dbus-cxx/messageiterator.h>
#include <memory>
#include <string>
#include "enums.h"
#include <dbus-cxx/variant.h>
Go to the source code of this file.
|
| class | DBus::Message |
| | This class represents a basic DBus message and also serves as a base class for the specialized message types (call, return, signal, error). More...
|
| |
|
| namespace | DBus |
| | Global DBus namespace, where everything happens.
|
| |
◆ DBUSCXX_MESSAGE_ALLOW_INTERACTIVE_AUTHORIZATION
| #define DBUSCXX_MESSAGE_ALLOW_INTERACTIVE_AUTHORIZATION 0x04 |
◆ DBUSCXX_MESSAGE_NO_AUTO_START_FLAG
| #define DBUSCXX_MESSAGE_NO_AUTO_START_FLAG 0x02 |
◆ DBUSCXX_MESSAGE_NO_REPLY_EXPECTED
| #define DBUSCXX_MESSAGE_NO_REPLY_EXPECTED 0x01 |