RTI Connext C# API Version 7.3.0
|
Quick Reference | |
Release Notes | |
▼Conventions | This section covers general conventions followed throughout the API |
Error management | How DDS errors are notified as exceptions in the API |
Object lifecycle | How objects are generally created and destroyed in the API |
▼Programming Snippets | Code snippets that show how to use the RTI Connext C# API |
Entity examples | How to use Rti.Dds.Core.Entity types: set QoS, monitor status changes, and more |
Publication examples | How to publish a topic and work with Publishers and DataWriters |
Subscription examples | How to subscribe to a topic and work with Subscribers and DataReaders |
IDL examples | How to use C# classes generated from IDL by rtiddsgen |
DynamicData examples | How to publish and subscribe to topics for dynamically-defined types |
XML application examples | How to define DDS applications in XML |
Logging, version and utilities examples | Miscellaneous examples, such as configuring logging, printing the current version and other utilities |
Request-Reply Examples | How to use the C# Request-Reply API |