RTI Connext C# API Version 7.2.0
Rti.Dds.Topics.IAnyTopic Interface Reference

The base of a typed Topic<T>. Provides type-independent methods and properties. More...

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

Properties

InconsistentTopicStatus InconsistentTopicStatus [get]
 Retrieve the StatusMask.InconsistentTopic status. More...
 
- Properties inherited from Rti.Dds.Topics.ITopicDescription
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...
 

Events

InconsistentTopicEventHandler InconsistentTopic
 Event triggered when the Rti.Dds.Core.Status.StatusMask.InconsistentTopic status changes. More...
 

Detailed Description

The base of a typed Topic<T>. Provides type-independent methods and properties.

Property Documentation

◆ InconsistentTopicStatus

InconsistentTopicStatus Rti.Dds.Topics.IAnyTopic.InconsistentTopicStatus
get

Retrieve the StatusMask.InconsistentTopic status.

The full documentation is available in the C API: DDS_Topic_get_inconsistent_topic_status

Implemented in Rti.Dds.Topics.Topic< T >.

Event Documentation

◆ InconsistentTopic

InconsistentTopicEventHandler Rti.Dds.Topics.IAnyTopic.InconsistentTopic

Event triggered when the Rti.Dds.Core.Status.StatusMask.InconsistentTopic status changes.

Implemented in Rti.Dds.Topics.Topic< T >.