Linear Containers API Reference
Linked lists and Queues
IotLink_t Struct Reference

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.
 

Detailed Description

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.


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