Click or drag to resize

ITopicDescription Interface

ITopicDescription represents the fact that both publications and subscriptions are tied to a single data-type. The interface is implemented on Topic, ContentFilteredTopic, and MultiTopic.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public interface ITopicDescription

The ITopicDescription type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name used to create the ITopicDescription.
Public propertyParticipant
Gets the DomainParticipant to which the ITopicDescription belongs.
Public propertyTypeName
Gets type name used to create the ITopicDescription.
Top
Remarks
Its property TypeName defines a unique resulting type for the publication or the subscription and therefore creates an implicit association with a TypeSupport. ITopicDescription has also a Name property that allows it to be retrieved locally.
See Also