Package org.freedesktop.dbus
Interface Message.Flags
-
- Enclosing class:
- Message
public static interface Message.Flags
Defines constants representing the flags which can be set on a message.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ASYNC
static byte
NO_AUTO_START
static byte
NO_REPLY_EXPECTED
-
-
-
Field Detail
-
NO_REPLY_EXPECTED
static final byte NO_REPLY_EXPECTED
- See Also:
- Constant Field Values
-
NO_AUTO_START
static final byte NO_AUTO_START
- See Also:
- Constant Field Values
-
ASYNC
static final byte ASYNC
- See Also:
- Constant Field Values
-
-