Snapdragon® Telematics Application Framework (TelAF) Interface Specification
le_dls_Link_t Struct Reference

#include <le_doublyLinkedList.h>

Data Fields

struct le_dls_Link * nextPtr
 Next link pointer. More...
 
struct le_dls_Link * prevPtr
 Previous link pointer. More...
 

Detailed Description

This link object must be included in each user node. The node's link object is used to add the node to a list. A node may have multiple link objects which would allow the node to be part of multiple lists simultaneously. This link object must be initialized by assigning LE_DLS_LINK_INIT to it.

Warning
The structure's content MUST NOT be accessed directly.

Field Documentation

◆ nextPtr

struct le_dls_Link* le_dls_Link_t::nextPtr

Next link pointer.

◆ prevPtr

struct le_dls_Link* le_dls_Link_t::prevPtr

Previous link pointer.


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