drmi ~master (2018-02-26T00:26:38Z)
Dub
Repo
Transport
drmi
ps
iface
interface
Transport {
void
init
(
string
name
)
;
void
connect
()
;
bool
connected
()
;
void
publish
(
string
topic
,
const
(
ubyte
)[]
data
,
QoS
qos
)
;
void
subscribe
(
string
topic
,
void
delegate
(
string
,
const
(
ubyte
)[])
dlg
,
QoS
qos
)
;
}
Members
Functions
connect
void
connect
()
connected
bool
connected
()
init
void
init
(
string
name
)
publish
void
publish
(
string
topic
,
const
(
ubyte
)[]
data
,
QoS
qos
)
subscribe
void
subscribe
(
string
topic
,
void
delegate
(
string
,
const
(
ubyte
)[])
dlg
,
QoS
qos
)
Meta
Source
See Implementation
drmi
ps
iface
modules
accessor
helpers
iface
types