RTI Connext C# API Version 7.3.0
Rti.Dds.Topics.ITopicDescription Interface Reference

Common interface for Rti.Dds.Topics.Topic<T> and Rti.Dds.Topics.ContentFilteredTopic<T> More...

Inheritance diagram for Rti.Dds.Topics.ITopicDescription:
Rti.Dds.Topics.AnyContentFilteredTopic Rti.Dds.Topics.IAnyTopic Rti.Dds.Topics.ContentFilteredTopic< T > Rti.Dds.Topics.Topic< T >

Properties

DomainParticipant DomainParticipant [get]
 The DomainParticipant that created this topic More...
 
string Name [get]
 The name given to this topic More...
 
string TypeName [get]
 The name of the type associated with this topic. More...
 

Detailed Description

Common interface for Rti.Dds.Topics.Topic<T> and Rti.Dds.Topics.ContentFilteredTopic<T>

Property Documentation

◆ DomainParticipant

DomainParticipant Rti.Dds.Topics.ITopicDescription.DomainParticipant
get

The DomainParticipant that created this topic

Implemented in Rti.Dds.Topics.AnyContentFilteredTopic, and Rti.Dds.Topics.Topic< T >.

◆ Name

string Rti.Dds.Topics.ITopicDescription.Name
get

The name given to this topic

Implemented in Rti.Dds.Topics.AnyContentFilteredTopic, and Rti.Dds.Topics.Topic< T >.

◆ TypeName

string Rti.Dds.Topics.ITopicDescription.TypeName
get

The name of the type associated with this topic.

Implemented in Rti.Dds.Topics.AnyContentFilteredTopic, and Rti.Dds.Topics.Topic< T >.