RTI Connext C# API  6.1.0
IAnyTopic Interface Reference

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

Inheritance diagram for IAnyTopic:
ITopicDescription Topic< T >

Properties

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

Retrieve the StatusMask.InconsistentTopic status.

The full documentation is available in the C API: DDS_Topic_get_inconsistent_topic_status

Event Documentation

◆ InconsistentTopic

InconsistentTopicEventHandler InconsistentTopic

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