Package org.freedesktop.dbus
Interface Message.HeaderField
-
- Enclosing class:
- Message
public static interface Message.HeaderFieldDefines constants for each valid header field type.
-
-
Field Summary
Fields Modifier and Type Field Description static byteDESTINATIONstatic byteERROR_NAMEstatic byteINTERFACEstatic byteMEMBERstatic bytePATHstatic byteREPLY_SERIALstatic byteSENDERstatic byteSIGNATURE
-
-
-
Field Detail
-
PATH
static final byte PATH
- See Also:
- Constant Field Values
-
INTERFACE
static final byte INTERFACE
- See Also:
- Constant Field Values
-
MEMBER
static final byte MEMBER
- See Also:
- Constant Field Values
-
ERROR_NAME
static final byte ERROR_NAME
- See Also:
- Constant Field Values
-
REPLY_SERIAL
static final byte REPLY_SERIAL
- See Also:
- Constant Field Values
-
DESTINATION
static final byte DESTINATION
- See Also:
- Constant Field Values
-
SENDER
static final byte SENDER
- See Also:
- Constant Field Values
-
SIGNATURE
static final byte SIGNATURE
- See Also:
- Constant Field Values
-
-