NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
optionEntry Struct Reference

Detailed Description

Defines the entry inside option buffer header.

Definition at line 150 of file ducc.h.

Data Fields

uint32_t userActionID
 ID of userAction, use this to return user selection. More...
 
uint32_t contentOffset
 Offset to start of content string. More...
 
uint32_t contentLen
 Length of content string. More...
 

Field Documentation

◆ contentLen

uint32_t optionEntry::contentLen

Length of content string.

Definition at line 157 of file ducc.h.

◆ contentOffset

uint32_t optionEntry::contentOffset

Offset to start of content string.

Definition at line 155 of file ducc.h.

◆ userActionID

uint32_t optionEntry::userActionID

ID of userAction, use this to return user selection.

Definition at line 153 of file ducc.h.


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