drmi v0.10.3 (2017-09-07T13:32:28Z)
Dub
Repo
Accessor.subscribe
drmi
ps
accessor
Accessor
Undocumented in source. Be warned that the author may not have intended to support it.
void
subscribe
(string topic, void delegate(string, const(ubyte)[]) dlg, QoS qos)
void
subscribe
(string bus, void delegate(string, V) dlg, QoS qos)
class
Accessor
(T)
void
subscribe
(
V
)
(
string
bus
,
void
delegate
(
string
,
V
)
dlg
,
QoS
qos
=
QoS.undefined
)
if
(
!
is
(
V
==
const
(
ubyte
)[])
)
Meta
Source
See Implementation
drmi
ps
accessor
Accessor
classes
BCaster
CliCom
constructors
this
functions
connect
connected
getBroadcaster
getClient
publish
receive
sleep
subscribe
variables
defaultQoS
maxWaitResponses
name
sBuffer
skeleton
sleepFunc
tport
waitSleepStep
waitTime