AWS IoT Device SDK C:
Linear Containers
Linked lists and Queues
|
Return to main page ↑ |
Link member placed in structs of a list or queue. More...
#include <iot_linear_containers.h>
Data Fields | |
struct IotLink * | pPrevious |
Pointer to the previous element. | |
struct IotLink * | pNext |
Pointer to the next element. | |
Link member placed in structs of a list or queue.
All elements in a list or queue must contain one of these members. The macro IotLink_Container can be used to calculate the starting address of the link's container.