Package com.lucimber.dbus.message
Interface InboundReply
- All Superinterfaces:
InboundMessage
,Message
- All Known Implementing Classes:
InboundError
,InboundMethodReturn
An inbound reply to a previously send message.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the serial number of the message this message is a reply to.Methods inherited from interface com.lucimber.dbus.message.InboundMessage
getSender
Methods inherited from interface com.lucimber.dbus.message.Message
getPayload, getSerial, getSignature
-
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
.
-