Public Attributes | |
MQTTAsync | c |
PyObject * | context |
enum msgTypes | msgType |
PyObject * | onFailure |
PyObject * | onSuccess |
Definition at line 276 of file mqttasync_module.c.
MQTTAsync ResponseEntry::c |
Definition at line 278 of file mqttasync_module.c.
PyObject* ResponseEntry::context |
Definition at line 279 of file mqttasync_module.c.
enum msgTypes ResponseEntry::msgType |
Definition at line 281 of file mqttasync_module.c.
PyObject * ResponseEntry::onFailure |
Definition at line 280 of file mqttasync_module.c.
PyObject* ResponseEntry::onSuccess |
Definition at line 280 of file mqttasync_module.c.