Interface OutboundReply

All Superinterfaces:
Message, OutboundMessage
All Known Implementing Classes:
OutboundError, OutboundMethodReturn

public interface OutboundReply extends OutboundMessage
A reply to a previously send message.
Since:
1.0
  • Method Details

    • getReplySerial

      DBusUInt32 getReplySerial()
      Gets the serial number of the message this message is a reply to.
      Returns:
      The serial number as an DBusUInt32.