![]() |
MQTT C Client Libraries Internals
|
Structure to hold all data for one list element. More...
#include <LinkedList.h>
Data Fields | |
struct ListElementStruct * | prev |
pointer to previous list element | |
struct ListElementStruct * | next |
pointer to next list element | |
void * | content |
pointer to element content | |
Structure to hold all data for one list element.