Class InboundMethodReturn

java.lang.Object
com.lucimber.dbus.message.InboundMethodReturn
All Implemented Interfaces:
InboundMessage, InboundReply, Message

public final class InboundMethodReturn extends Object implements InboundReply
An inbound method return message.
Since:
1.0
  • Constructor Details

    • InboundMethodReturn

      public InboundMethodReturn(DBusUInt32 serial, DBusUInt32 replySerial, DBusString sender)
      Constructs a new instance with mandatory parameter.
      Parameters:
      serial - the serial number
      replySerial - the reply serial number
      sender - the origin of this method return
    • InboundMethodReturn

      public InboundMethodReturn(DBusUInt32 serial, DBusUInt32 replySerial, DBusString sender, DBusSignature signature, List<? extends DBusType> payload)
      Constructs a new instance with all parameter.
      Parameters:
      serial - the serial number
      replySerial - the reply serial number
      sender - the origin of this method return
      signature - optional; the signature of the message body
      payload - optional; the message body
  • Method Details