destination (str) â The address of the client for which this message is intended.
path (str) â The intended object path exported on the destination bus.
interface (str) â The intended interface on the object path.
member (str) â The intended member on the interface.
message_type (MessageType
) â The type of this message. A method call, signal, method return, or error.
flags (MessageFlag
) â Flags that affect the behavior of this message.
error_name (str) â If this message is an error, the name of this error. Must be a valid interface name.
reply_serial (int) â If this is a return type, the serial this message is in reply to.
sender (str) â The address of the sender of this message. Will be a unique name.
unix_fds (list(int)) â A list of unix fds that were sent in the header of this message.
signature (str) â The signature of the body of this message.
signature_tree (SignatureTree
) â The signature parsed as a signature tree.
body (list(Any)) â The body of this message. Must match the signature.
serial (int) â The serial of the message. Will be automatically set during message sending if not present. Use the new_serial()
method of the bus to generate a serial.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4