DBusMessageHeaderField

Added in version 2.26.

class DBusMessageHeaderField

Header fields used in DBusMessage.

Fields

class DBusMessageHeaderField
DESTINATION

The name the message is intended for.

ERROR_NAME

The name of the error that occurred.

INTERFACE

The interface name.

INVALID

Not a valid header field.

MEMBER

The method or signal name.

NUM_UNIX_FDS

The number of UNIX file descriptors that accompany the message.

PATH

The object path.

REPLY_SERIAL

The serial number the message is a reply to.

SENDER

Unique name of the sender of the message (filled in by the bus).

SIGNATURE

The signature of the message body.