Package org.freedesktop.dbus
Interface Message.MessageType
- Enclosing class:
Message
public static interface Message.MessageType
Defines constants for each message type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
-
Field Details
-
METHOD_CALL
static final byte METHOD_CALL- See Also:
-
METHOD_RETURN
static final byte METHOD_RETURN- See Also:
-
ERROR
static final byte ERROR- See Also:
-
SIGNAL
static final byte SIGNAL- See Also:
-