
org.freedesktop.dbus.messages.constants.Flags Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbus-java-osgi Show documentation
Show all versions of dbus-java-osgi Show documentation
Improved version of the DBus-Java library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/).
This is the OSGi compliant bundle of all required libraries in one bundle.
The newest version!
package org.freedesktop.dbus.messages.constants;
/**
* Defines constants representing the flags which can be set on a message.
* @since 5.0.0 - 2023-10-23
*/
public final class Flags {
public static final byte NO_REPLY_EXPECTED = 0x01;
public static final byte NO_AUTO_START = 0x02;
public static final byte ASYNC = 0x40;
private Flags() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy