ddbus v3.0.0-beta.2 (2021-06-21T20:29:45Z)
Home
Dub
Repo
Message.this
ddbus
thin
Message
Prepares a new method call to an "instance" "object" "interface" "method".
this
(string dest, string path, string iface, string method)
this
(BusName dest, ObjectPath path, InterfaceName iface, string method)
struct
Message
this
(
BusName
dest
,
ObjectPath
path
,
InterfaceName
iface
,
string
method
)
this
(DBusMessage* m)
Meta
Source
See Implementation
ddbus
thin
Message
aliases
to
constructors
this
destructors
~this
functions
build
createReturn
iface
isCall
member
path
read
readTuple
sender
signature
type
postblits
this(this)
variables
msg
Prepares a new method call to an "instance" "object" "interface" "method".