Package org.freedesktop.dbus
Interface Message.Flags
-
- Enclosing class:
- Message
public static interface Message.FlagsDefines constants representing the flags which can be set on a message.
-
-
Field Summary
Fields Modifier and Type Field Description static byteASYNCstatic byteNO_AUTO_STARTstatic byteNO_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
-
-