Package org.freedesktop.dbus
Interface Message.MessageType
-
- Enclosing class:
- Message
public static interface Message.MessageType
Defines constants for each message type.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ERROR
static byte
METHOD_CALL
static byte
METHOD_RETURN
static byte
SIGNAL
-
-
-
Field Detail
-
METHOD_CALL
static final byte METHOD_CALL
- See Also:
- Constant Field Values
-
METHOD_RETURN
static final byte METHOD_RETURN
- See Also:
- Constant Field Values
-
ERROR
static final byte ERROR
- See Also:
- Constant Field Values
-
SIGNAL
static final byte SIGNAL
- See Also:
- Constant Field Values
-
-