|  | 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.
 1.8.17
 1.8.17