Package ch.bailu.gtk.gio
Interface DBusMessageHeaderField
public interface DBusMessageHeaderField
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The name the message is intended for.static final int
The name of the error that occurred.static final int
The interface name.static final int
Not a valid header field.static final int
The method or signal name.static final int
The number of UNIX file descriptors that accompany the message.static final int
The object path.static final int
The serial number the message is a reply to.static final int
Unique name of the sender of the message (filled in by the bus).static final int
The signature of the message body.
-
Field Details
-
INVALID
static final int INVALIDNot a valid header field.- See Also:
-
PATH
static final int PATHThe object path.- See Also:
-
INTERFACE
static final int INTERFACEThe interface name.- See Also:
-
MEMBER
static final int MEMBERThe method or signal name.- See Also:
-
ERROR_NAME
static final int ERROR_NAMEThe name of the error that occurred.- See Also:
-
REPLY_SERIAL
static final int REPLY_SERIALThe serial number the message is a reply to.- See Also:
-
DESTINATION
static final int DESTINATIONThe name the message is intended for.- See Also:
-
SENDER
static final int SENDERUnique name of the sender of the message (filled in by the bus).- See Also:
-
SIGNATURE
static final int SIGNATUREThe signature of the message body.- See Also:
-
NUM_UNIX_FDS
static final int NUM_UNIX_FDSThe number of UNIX file descriptors that accompany the message.- See Also:
-