Interface InboundReply

All Superinterfaces:
InboundMessage, Message
All Known Implementing Classes:
InboundError, InboundMethodReturn

public interface InboundReply extends InboundMessage
An inbound 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.