NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DUTR_TCP_PARAM Struct Reference

Detailed Description

Defines the parameter for TCP transport protocol.

Definition at line 130 of file dutransport.h.

Collaboration diagram for DUTR_TCP_PARAM:

Data Fields

char ifName [DUTR_IFNAME_MAX]
 String of interface name. More...
 
DUTR_TCP_IF_PARAM local
 The address bound to a local socket. More...
 
DUTR_TCP_IF_PARAM remote
 The remote server address to connect, used only for DUTR_TCP_CLIENT. More...
 
DUTR_TCP_ROLE role
 Specify if it is the server or client. More...
 

Field Documentation

◆ ifName

char DUTR_TCP_PARAM::ifName[DUTR_IFNAME_MAX]

String of interface name.

Definition at line 133 of file dutransport.h.

◆ local

DUTR_TCP_IF_PARAM DUTR_TCP_PARAM::local

The address bound to a local socket.

Definition at line 135 of file dutransport.h.

◆ remote

DUTR_TCP_IF_PARAM DUTR_TCP_PARAM::remote

The remote server address to connect, used only for DUTR_TCP_CLIENT.

Definition at line 137 of file dutransport.h.

◆ role

DUTR_TCP_ROLE DUTR_TCP_PARAM::role

Specify if it is the server or client.

Definition at line 139 of file dutransport.h.


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