Package ch.bailu.gtk.gio
Schnittstelle DBusMessageHeaderField
public interface DBusMessageHeaderField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
INVALID
static final int INVALIDNot a valid header field.- Siehe auch:
-
PATH
static final int PATHThe object path.- Siehe auch:
-
INTERFACE
static final int INTERFACEThe interface name.- Siehe auch:
-
MEMBER
static final int MEMBERThe method or signal name.- Siehe auch:
-
ERROR_NAME
static final int ERROR_NAMEThe name of the error that occurred.- Siehe auch:
-
REPLY_SERIAL
static final int REPLY_SERIALThe serial number the message is a reply to.- Siehe auch:
-
DESTINATION
static final int DESTINATIONThe name the message is intended for.- Siehe auch:
-
SENDER
static final int SENDERUnique name of the sender of the message (filled in by the bus).- Siehe auch:
-
SIGNATURE
static final int SIGNATUREThe signature of the message body.- Siehe auch:
-
NUM_UNIX_FDS
static final int NUM_UNIX_FDSThe number of UNIX file descriptors that accompany the message.- Siehe auch:
-