drmi v0.3.0 (2017-06-13T11:42:37Z)
Dub
Repo
BusData
drmi
mqtt
types
Undocumented in source.
struct
BusData {
Json
value
;
string
type
;
this
(T value, string type);
T
as
();
}
Constructors
this
this
(T value, string type)
Undocumented in source.
Members
Functions
as
T
as
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
type
string
type
;
Undocumented in source.
value
Json
value
;
Undocumented in source.
Meta
Source
See Implementation
drmi
mqtt
types
structs
BusData