Interface DBusMessageHeaderField


public interface DBusMessageHeaderField
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The name the message is intended for.
    static final int
    The name of the error that occurred.
    static final int
    The interface name.
    static final int
    Not a valid header field.
    static final int
    The method or signal name.
    static final int
    The number of UNIX file descriptors that accompany the message.
    static final int
    The object path.
    static final int
    The serial number the message is a reply to.
    static final int
    Unique name of the sender of the message (filled in by the bus).
    static final int
    The signature of the message body.
  • Field Details

    • INVALID

      static final int INVALID
      Not a valid header field.
      See Also:
    • PATH

      static final int PATH
      The object path.
      See Also:
    • INTERFACE

      static final int INTERFACE
      The interface name.
      See Also:
    • MEMBER

      static final int MEMBER
      The method or signal name.
      See Also:
    • ERROR_NAME

      static final int ERROR_NAME
      The name of the error that occurred.
      See Also:
    • REPLY_SERIAL

      static final int REPLY_SERIAL
      The serial number the message is a reply to.
      See Also:
    • DESTINATION

      static final int DESTINATION
      The name the message is intended for.
      See Also:
    • SENDER

      static final int SENDER
      Unique name of the sender of the message (filled in by the bus).
      See Also:
    • SIGNATURE

      static final int SIGNATURE
      The signature of the message body.
      See Also:
    • NUM_UNIX_FDS

      static final int NUM_UNIX_FDS
      The number of UNIX file descriptors that accompany the message.
      See Also: