RTI Connext C# API  6.1.2
Rti.Types.Builtin Namespace Reference

Contains simple pre-defined types that can be directly used to create a Rti.Dds.Topics.Topic<T>. More...

Classes

class  KeyedOctetsTopicType
 A keyed topic-type containing a string (the key) and a sequence of bytes. This type can be used to instantiate a Rti.Dds.Topics.Topic<T>. More...
 
class  KeyedOctetsTopicTypeSupport
 The type support for KeyedOctetsTopicType. More...
 
class  KeyedStringTopicType
 An keyed topic-type containing two strings: a key and a value. This type can be used to instantiate a Rti.Dds.Topics.Topic<T>. More...
 
class  KeyedStringTopicTypeSupport
 The type support for KeyedStringTopicType. More...
 
class  OctetsTopicType
 An un-keyed topic-type consisting of a sequence of bytes. This type can be used to instantiate a Dds.Topics.Topic<T>. More...
 
class  StringTopicType
 An un-keyed topic-type containing a single string. This type can be used to instantiate a Dds.Topics.Topic<T>. More...
 
class  StringTopicTypeSupport
 The type support for StringTopicType. More...
 

Detailed Description

Contains simple pre-defined types that can be directly used to create a Rti.Dds.Topics.Topic<T>.