NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DULINK_CONNECT_INFO Struct Reference

Detailed Description

Data structure to hold information for single DU Link connection.

Definition at line 465 of file duplugin.h.

Data Fields

DUTR_TR_TYPE trType
 DU Transport type used to initialize the connection. More...
 
DUTR_SEC_TYPE seType
 DU Transport security type used to initialize the connection. More...
 
DULINK_CONNECTION_TYPE connType
 DU Link connection type. More...
 
DULINK_CONNECTION_ROLE connRole
 DU Link connection role. More...
 
uint64_t trParamBuf [DUTR_PARAM_BUFLEN/sizeof(uint64_t)]
 Used to store transport params to pass into dulinkOpen. More...
 
uint64_t secParamBuf [DUTR_PARAM_BUFLEN/sizeof(uint64_t)]
 Used to store security params to pass into dulinkOpen. More...
 
uint32_t refId
 RefID of connection returned by DU Link. More...
 
char remotePath [DULINK_MAX_PATH]
 Remote path of connection being opened. More...
 

Field Documentation

◆ connRole

DULINK_CONNECTION_ROLE DULINK_CONNECT_INFO::connRole

DU Link connection role.

Definition at line 474 of file duplugin.h.

◆ connType

DULINK_CONNECTION_TYPE DULINK_CONNECT_INFO::connType

DU Link connection type.

Definition at line 472 of file duplugin.h.

◆ refId

uint32_t DULINK_CONNECT_INFO::refId

RefID of connection returned by DU Link.

Definition at line 480 of file duplugin.h.

◆ remotePath

char DULINK_CONNECT_INFO::remotePath[DULINK_MAX_PATH]

Remote path of connection being opened.

Definition at line 482 of file duplugin.h.

◆ secParamBuf

uint64_t DULINK_CONNECT_INFO::secParamBuf[DUTR_PARAM_BUFLEN/sizeof(uint64_t)]

Used to store security params to pass into dulinkOpen.

Definition at line 478 of file duplugin.h.

◆ seType

DUTR_SEC_TYPE DULINK_CONNECT_INFO::seType

DU Transport security type used to initialize the connection.

Definition at line 470 of file duplugin.h.

◆ trParamBuf

uint64_t DULINK_CONNECT_INFO::trParamBuf[DUTR_PARAM_BUFLEN/sizeof(uint64_t)]

Used to store transport params to pass into dulinkOpen.

Definition at line 476 of file duplugin.h.

◆ trType

DUTR_TR_TYPE DULINK_CONNECT_INFO::trType

DU Transport type used to initialize the connection.

Definition at line 468 of file duplugin.h.


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