Accessor.subscribe

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void subscribe(string bus, void delegate(string, const(ubyte)[]) dlg)
  2. void subscribe(string bus, void delegate(string, Json) dlg)
    class Accessor(T)
    void
    subscribe
    (
    string bus
    ,
    void delegate
    (
    string
    ,
    Json
    )
    dlg
    )
  3. void subscribe(string bus, void delegate(string, BusData bm) dlg)

Meta