RTI Cloud Discovery Service  Version 6.1.1
RTI_CDS_TransportUnicastProperty Struct Reference

Specifies the alias name of the transport to be used by RTI Cloud Discovery Service for sending or receiving announcements. It also indicates the port where incoming participant announcements are received. Overrides XML configuration if specified. More...

Data Fields

char alias [RTI_CDS_TRANSPORT_UNICAST_PROPERTY_ALIAS_LENGTH_MAX+1]
 Transport alias name. More...
 
int receive_port
 Receive port. More...
 

Detailed Description

Specifies the alias name of the transport to be used by RTI Cloud Discovery Service for sending or receiving announcements. It also indicates the port where incoming participant announcements are received. Overrides XML configuration if specified.

Refer to RTI Cloud Discovery Service Available Transports to check the list of aliases for the preconfigured transports.

Field Documentation

◆ alias

char RTI_CDS_TransportUnicastProperty::alias[RTI_CDS_TRANSPORT_UNICAST_PROPERTY_ALIAS_LENGTH_MAX+1]

Transport alias name.

◆ receive_port

int RTI_CDS_TransportUnicastProperty::receive_port

Receive port.