MessagePattern

Undocumented in source.

Constructors

this
this(Message msg)
Undocumented in source.
this
deprecated this(string path, string iface, string method, bool signal)
Undocumented in source.
this
this(ObjectPath path, InterfaceName iface, string method, bool signal)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(typeof(this) s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

iface
InterfaceName iface;
Undocumented in source.
method
string method;
Undocumented in source.
path
ObjectPath path;
Undocumented in source.
signal
bool signal;
Undocumented in source.

Meta