Package com.lucimber.dbus.message
Interface OutboundReply
- All Superinterfaces:
Message
,OutboundMessage
- All Known Implementing Classes:
OutboundError
,OutboundMethodReturn
A 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.Message
getPayload, getSerial, getSignature
Methods inherited from interface com.lucimber.dbus.message.OutboundMessage
getDestination
-
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
.
-