Interface DBusMessageFlags


public interface DBusMessageFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    If set on a method
    call, this flag means that the caller is prepared to wait for interactive
    authorization.
    static final int
    The bus must not launch an
    owner for the destination name in response to this message.
    static final int
    A reply is not expected.
    static final int
    No flags set.
  • Field Details

    • NONE

      static final int NONE
      No flags set.
      See Also:
    • NO_REPLY_EXPECTED

      static final int NO_REPLY_EXPECTED
      A reply is not expected.
      See Also:
    • NO_AUTO_START

      static final int NO_AUTO_START
      The bus must not launch an
      owner for the destination name in response to this message.
      See Also:
    • ALLOW_INTERACTIVE_AUTHORIZATION

      static final int ALLOW_INTERACTIVE_AUTHORIZATION
      If set on a method
      call, this flag means that the caller is prepared to wait for interactive
      authorization. Since 2.46.
      See Also: