ddbus v3.0.0-beta.2 (2021-06-21T20:29:45Z)
Home
Dub
Repo
MessagePattern
ddbus
router
Undocumented in source.
struct
MessagePattern {
ObjectPath
path
;
InterfaceName
iface
;
string
method
;
bool
signal
;
this
(Message msg);
this
(string path, string iface, string method, bool signal);
this
(ObjectPath path, InterfaceName iface, string method, bool signal);
size_t
toHash
();
bool
opEquals
(typeof(this) s);
}
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
Source
See Implementation
ddbus
router
classes
MessageRouter
functions
registerRouter
structs
MessageHandler
MessagePattern