RTI Connext C# API  7.1.0
LocatorFilters Class Reference

This policy is only applicable to the built-in topic for a Publication More...

Inherits IEquatable< LocatorFilters >.

Public Member Functions

override int GetHashCode ()
 Gets the hash code More...
 
override bool Equals (object other)
 Compares for equality More...
 
bool Equals (LocatorFilters other)
 Compares for equality More...
 

Properties

ImmutableList< LocatorFilterFilters [get]
 A sequence of LocatorFilters. Each LocatorFilters reports the configuration of a single channel of a MultiChannel DataWriter. More...
 
string FilterName [get]
 Name of the filter class used to describe the filter expressions of a MultiChannel Publication.DataWriter<T> More...
 

Detailed Description

This policy is only applicable to the built-in topic for a Publication

The full documentation is available in the C API: DDS_LocatorFilterQosPolicy

Member Function Documentation

◆ Equals() [1/2]

bool Equals ( LocatorFilters  other)

Compares for equality

◆ Equals() [2/2]

override bool Equals ( object  other)

Compares for equality

◆ GetHashCode()

override int GetHashCode ( )

Gets the hash code

Property Documentation

◆ FilterName

string FilterName
get

Name of the filter class used to describe the filter expressions of a MultiChannel Publication.DataWriter<T>

The full documentation is available in the C API: DDS_LocatorFilterQosPolicy::filter_name

◆ Filters

ImmutableList<LocatorFilter> Filters
get

A sequence of LocatorFilters. Each LocatorFilters reports the configuration of a single channel of a MultiChannel DataWriter.

The full documentation is available in the C API: DDS_LocatorFilterQosPolicy::locator_filters