drmi v0.15.0 (2019-09-09T16:33:45Z)
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
interfaces
Transport