drmi ~master (2018-02-26T00:26:38Z)
Dub
Repo
MqttAccessor
drmi
mqtt
accessor
class
MqttAccessor : Accessor!T(
T
) {
MqttTransport
tr
;
SFWApp
app
;
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
=
""
)
Meta
Source
See Implementation
drmi
mqtt
accessor
modules
accessor
transport