DListHead

Overview

Related Modules:

DriverUtils

Description:

Describes a doubly linked list.

Summary

Data Fields

Variable Name Description
next struct DListHead
prev struct DListHead

Details

Field Documentation

next


1. struct [DListHead]($api-api-SmartVision-Devices-DListHead.md)* DListHead::next

Description:

Pointer to the next node

prev


1. struct [DListHead]($api-api-SmartVision-Devices-DListHead.md)* DListHead::prev

Description:

Pointer to the previous node