RTI Connext C API Version 7.3.0
NDDS_Transport_Interface_t Struct Reference

Storage for the description of a network interface used by a Transport Plugin. More...

Data Fields

NDDS_Transport_ClassId_t transport_classid
 The transport classid of the interface. More...
 
NDDS_Transport_Address_t address
 An unicast address that uniquely identifies this interface in the network specified by the transport class. More...
 
NDDS_Transport_Interface_Status_t status
 The state of the interface. More...
 
RTI_UINT16 rank
 Rank of the interface. Used when allow_interfaces_list Qos is set. A rank value will be assing to each of the interfaces that match the allow_interfaces_list filter allowing an endpoint to prioritace some interfaces upon others. More...
 

Detailed Description

Storage for the description of a network interface used by a Transport Plugin.

Field Documentation

◆ transport_classid

NDDS_Transport_ClassId_t NDDS_Transport_Interface_t::transport_classid

The transport classid of the interface.

◆ address

NDDS_Transport_Address_t NDDS_Transport_Interface_t::address

An unicast address that uniquely identifies this interface in the network specified by the transport class.

◆ status

NDDS_Transport_Interface_Status_t NDDS_Transport_Interface_t::status

The state of the interface.

◆ rank

RTI_UINT16 NDDS_Transport_Interface_t::rank

Rank of the interface. Used when allow_interfaces_list Qos is set. A rank value will be assing to each of the interfaces that match the allow_interfaces_list filter allowing an endpoint to prioritace some interfaces upon others.