RTI Connext C# API Version 7.3.0
All Data Structures Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123456]
 NExample
 CMyTypeExample C# class generated from the IDL struct MyType
 CMyTypeSupportProvides utilities for MyType (this class is a singleton).
 CPointExample C# class generated from the IDL struct Point, used by MyType.
 CPointSupportProvides utilities for Point (this class is a singleton).
 NOmgContains the OMG standard interfaces.
 NDds
 NCore
 NSubscription
 NTypes
 NDynamic
 CBoundAttributeSpecifies the maximum length for a bounded IDL sequence or string
 CISequenceIDL sequences map to this type.
 CKeyAttributeIndicates that a field in a topic-type is a key (IDL @key annotation)
 COptionalAttributeIndicates that a field in a topic-type is optional (IDL @optional annotation) annotation)
 NRtiContains the RTI Connext C# API.
 NConfigContains configuration utilities, such as logging
 CLoggerThe singleton used to configure RTI Connext logging
 CLogMessageA log message provided by the Logger.MessageLogged event.
 CProductVersionContains the version of the RTI Connext DDS and its different libraries.
 NDdsContains the RTI Connext DDS C# API.
 NCoreContains infrastructure types.
 NDomainContains DomainParticipant and related classes.
 NNativeInterfaceFor internal use only.
 NPublicationContains the classes to support publishing topics.
 NSubscriptionContains the classes to support subscribing to topics.
 NTopicsContains classes for defining topics.
 NRequestReplySupport for the request-reply communication pattern on top of RTI Connext.
 CDomainParticipantRequestReplyExtensionsProvides Request-Reply extensions to Rti.Dds.Domain.DomainParticipant.
 CReplierAllows receiving requests and sending replies.
 CReplierBuilderA builder that allows configuring and creating a new Replier. It can be retrieved via participant.BuildReplier<TRequest, TReply>() (an extension method defined in DomainParticipantRequestReplyExtensions).
 CRequesterAllows sending requests and receiving replies.
 CRequesterBuilderA builder that allows configuring and creating a new Requester. It can be retrieved via participant.BuildRequester<TRequest, TReply>() (an extension method defined in DomainParticipantRequestReplyExtensions).
 CSampleFlagsA set of flags that can be associated with a sample.
 CSimpleReplierA simplified version of Replier that can be used to reply to incoming requests on an individual basis.
 CSimpleReplierBuilderA builder that allows configuring and creating a new SimpleReplier. It can be retrieved via participant.BuildSimpleReplier<TRequest, TReply>() (an extension method defined in DomainParticipantRequestReplyExtensions).
 NTypesSupport for topic-types.
 NBuiltinContains simple pre-defined types that can be directly used to create a Rti.Dds.Topics.Topic<T>.
 NDynamicContains support for the dynamic definition and manipulation of topic-types.
 CLongDoubleIDL 128-bit floating-point type.
 CSequenceIDL sequences map to this type.
 NUtilityContains general-purpose utilities
 NEnumerableExtensionsFor internal use only.
 CAllowNullAttributeIndicates that a method or property accepts null as a valid input (elements without this attribute don't accept null inputs)
 CDiscoverySnapshotUtility that takes discovery snapshot for DomainParticipant, DataWriter and DataReader entities.
 CHeapMonitorUtility that tracks native heap memory usage by RTI Connext DDS
 CMaybeNullAttributeIndicates that a method or property may return a null value (elements without this annotation never return null)
 CNetworkCaptureAllows capturing the network traffic that one or more DomainParticipants send or receive into a pcap file.
 CNetworkCaptureParamsConfigures the options of a NetworkCapture.
 NSnippets