Package org.freedesktop.dbus
Interface Message.HeaderField
-
- Enclosing class:
- Message
public static interface Message.HeaderField
Defines constants for each valid header field type.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
DESTINATION
static byte
ERROR_NAME
static byte
INTERFACE
static byte
MEMBER
static byte
PATH
static byte
REPLY_SERIAL
static byte
SENDER
static byte
SIGNATURE
-
-
-
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
-
-