MQTT C Client Libraries Internals
Data Fields
ListElementStruct Struct Reference

Structure to hold all data for one list element. More...

#include <LinkedList.h>

Collaboration diagram for ListElementStruct:
Collaboration graph
[legend]

Data Fields

struct ListElementStructprev
 pointer to previous list element
 
struct ListElementStructnext
 pointer to next list element
 
void * content
 pointer to element content
 

Detailed Description

Structure to hold all data for one list element.


The documentation for this struct was generated from the following file: