RTI Connext .NET API (legacy)  Version 6.1.1

<<extension>> Specifies the multicast address on which a DDS::DataReader wants to receive its data. It can also specify a port number, as well as a subset of the available (at the DDS::DomainParticipant level) transports with which to receive the multicast data. More...

Modules

 Multicast Settings
 Multicast communication settings.
 
 Multicast Mapping
 Multicast communication mapping.
 

Classes

class  DDS::TransportMulticastQosPolicy
 Specifies the multicast address on which a DDS::DataReader wants to receive its data. It can also specify a port number as well as a subset of the available (at the DDS::DomainParticipant level) transports with which to receive the multicast data. More...
 

Enumerations

enum  DDS::TransportMulticastQosPolicyKind : UINT32 {
  DDS::TransportMulticastQosPolicyKind::AUTOMATIC_TRANSPORT_MULTICAST_QOS = DDS_AUTOMATIC_TRANSPORT_MULTICAST_QOS,
  DDS::TransportMulticastQosPolicyKind::UNICAST_ONLY_TRANSPORT_MULTICAST_QOS
}
 Transport Multicast Policy Kind. More...
 

Functions

static System::String ^ DDS::TransportMulticastQosPolicy::get_transportmulticast_qos_policy_name ()
 Stringified human-readable name for DDS::TransportMulticastQosPolicy. More...
 

Detailed Description

<<extension>> Specifies the multicast address on which a DDS::DataReader wants to receive its data. It can also specify a port number, as well as a subset of the available (at the DDS::DomainParticipant level) transports with which to receive the multicast data.

Enumeration Type Documentation

◆ TransportMulticastQosPolicyKind

Transport Multicast Policy Kind.

See also
DDS::TransportMulticastQosPolicy
Enumerator
AUTOMATIC_TRANSPORT_MULTICAST_QOS 

Selects the multicast address automatically.

NOTE: This setting is required when using the DDS::TransportMulticastMappingQosPolicy.

UNICAST_ONLY_TRANSPORT_MULTICAST_QOS 

Selects a unicast-only mode.

Function Documentation

◆ get_transportmulticast_qos_policy_name()

static System::String ^ DDS::TransportMulticastQosPolicy::get_transportmulticast_qos_policy_name ( )
inlinestatic

Stringified human-readable name for DDS::TransportMulticastQosPolicy.