MqttAccessor

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.
exitLoop
void exitLoop(int res)
Undocumented in source. Be warned that the author may not have intended to support it.
exitResult
int exitResult()
Undocumented in source. Be warned that the author may not have intended to support it.
loop
bool loop()
spawn
void spawn(void delegate() _body)
Undocumented in source. Be warned that the author may not have intended to support it.
spawnInfLoop
void spawnInfLoop(void delegate() loop_body)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

exit_result
int exit_result;
Undocumented in source.
fibers
AFiber[] fibers;
Undocumented in source.
stackSize
size_t stackSize;
tr
MqttTransport tr;
Undocumented in source.
work
bool work;
Undocumented in source.

Meta