ddbus v2.1.0 (2017-04-23T20:15:57Z)
Home
Dub
Repo
MessagePattern
ddbus
router
Undocumented in source.
struct
MessagePattern {
string
path
;
string
iface
;
string
method
;
bool
signal
;
this
(Message msg);
this
(string path, string iface, string method, bool signal);
size_t
toHash
();
}
Constructors
this
this
(Message msg)
Undocumented in source.
this
this
(string path, string iface, string method, bool signal)
Undocumented in source.
Members
Functions
toHash
size_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
iface
string
iface
;
Undocumented in source.
method
string
method
;
Undocumented in source.
path
string
path
;
Undocumented in source.
signal
bool
signal
;
Undocumented in source.
Meta
Source
See Implementation
ddbus
router
classes
MessageRouter
functions
registerRouter
structs
MessageHandler
MessagePattern