mosquittod ~master (2020-05-24T14:57:16Z)
Dub
Repo
MosquittoCallException
mosquittod
wrap
class
MosquittoCallException :
MosquittoException
{
MOSQ_ERR
err
;
this
(MOSQ_ERR err, string func);
}
Constructors
this
this
(MOSQ_ERR err, string func)
Undocumented in source.
Members
Variables
err
MOSQ_ERR
err
;
Undocumented in source.
Meta
Source
See Implementation
mosquittod
wrap
classes
MosquittoCallException
MosquittoClient
MosquittoException