- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- connected
bool connected()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBroadcaster
Broadcaster getBroadcaster(string topic)
Undocumented in source. Be warned that the author may not have intended to support it.
- getClient
RMIStub!X getClient(string uniqName)
Undocumented in source. Be warned that the author may not have intended to support it.
- publish
void publish(string topic, V val, QoS qos)
Undocumented in source. Be warned that the author may not have intended to support it.
- publish
void publish(string topic, const(ubyte)[] data, QoS qos)
Undocumented in source. Be warned that the author may not have intended to support it.
- receive
void receive(string t, RMICall call)
Undocumented in source. Be warned that the author may not have intended to support it.
- sleep
void sleep(Duration t)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(string topic, void delegate(string, const(ubyte)[]) dlg, QoS qos)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(string bus, void delegate(string, V) dlg, QoS qos)
Undocumented in source. Be warned that the author may not have intended to support it.