All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.freedesktop.dbus.messages.constants.Flags Maven / Gradle / Ivy

Go to download

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