Package ch.bailu.gtk.gio
Interface DBusMessageHeaderField
public interface DBusMessageHeaderField
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe name the message is intended for.static final intThe name of the error that occurred.static final intThe interface name.static final intNot a valid header field.static final intThe method or signal name.static final intThe number of UNIX file descriptors that accompany the message.static final intThe object path.static final intThe serial number the message is a reply to.static final intUnique name of the sender of the message (filled in by the bus).static final intThe 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:
-