drmi v0.15.0 (2019-09-09T16:33:45Z)
Dub
Repo
MqttAccessor
drmi
mqtt
accessor
class
MqttAccessor : Accessor!T(
T
) {
protected
MqttTransport
tr
;
void
callTransportLoop
();
SFWApp
app
;
alias
Settings
=
MosquittoClient
.
Settings
;
this
(T obj, string uniq);
this
(T obj, Settings sets, string uniq);
}
Constructors
this
this
(T obj, string uniq)
this
this
(T obj, Settings sets, string uniq)
Members
Aliases
Settings
alias
Settings
=
MosquittoClient
.
Settings
Undocumented in source.
Functions
callTransportLoop
void
callTransportLoop
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
app
SFWApp
app
;
Undocumented in source.
tr
MqttTransport
tr
;
Undocumented in source.
Meta
Source
See Implementation
drmi
mqtt
accessor
classes
MqttAccessor