RTI Cloud Discovery Service  Version 7.0.0
rti::cds::TransportUnicastProperty Class 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...

#include <ServiceProperty.hpp>

Public Member Functions

void alias (std::string alias)
 Transport alias name. More...
 
std::string & alias ()
 Getter (see setter with the same name) More...
 
void receive_port (int receive_port)
 Receive port. More...
 
int receive_port ()
 Getter (see setter with the same name) 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.

Member Function Documentation

◆ alias() [1/2]

void rti::cds::TransportUnicastProperty::alias ( std::string  alias)
inline

Transport alias name.

◆ alias() [2/2]

std::string& rti::cds::TransportUnicastProperty::alias ( )
inline

Getter (see setter with the same name)

◆ receive_port() [1/2]

void rti::cds::TransportUnicastProperty::receive_port ( int  receive_port)
inline

Receive port.

◆ receive_port() [2/2]

int rti::cds::TransportUnicastProperty::receive_port ( )
inline