Data-structure for keeping track of topics we register to. More...
#include <emcute.h>
Data Fields | |
| struct emcute_sub * | next | 
| next subscription (saved in a list)   | |
| emcute_topic_t | topic | 
| topic we subscribe to   | |
| emcute_cb_t | cb | 
| function called when receiving messages   | |
| void * | arg | 
| optional custom argument   | |
| emcute_cb_t emcute_sub::cb | 
| struct emcute_sub* emcute_sub::next | 
| emcute_topic_t emcute_sub::topic |