RTI Connext C# API Version 7.3.0
|
See the RTI® Connext® Core Libraries What's New and Core Libraries Release Notes at https://community.rti.com/documentation.
The Connext C# API is supported on .NET 5 (and newer). It is also supported on .NET Core 2.1 (and above) and .NET Framework 4.8.3 (and above).
For information on Connext C# API supported platforms, see the Platform Notes. Find the ".NET (C#) API" section in the Linux®, macOS®, and Windows® chapters.
See the Getting Started Guide to install the Connext DDS C# API and build and run your first application.
To work with Unity, see this tutorial.
FlowController
class is not implemented, but FlowControllers can be configured with the Rti.Dds.Core.Policy.Property QoS policy. See Writing data and instances. (CORE-11388)TopicQuery
class is not implemented. TopicQuery can be enabled on the DataWriter with the Rti.Dds.Core.Policy.TopicQueryDispatch QoS policy, but it can't be used on the DataReader. (CORE-11386)sequence
s cannot be used unless the sequence
is aliased using a typedef
. Otherwise the array is ignored. (CODEGENII-1504)@external
annotation is not supported (it is ignored).@csharp_mapping
annotation, which allows customizing some aspects of the IDL-to-C# mapping, is not supported. (CODEGENII-1498, CODEGENII-1499)The previous .NET API and IDL binding to C++/CLI was deprecated in 6.1.0 and removed in 7.1.0.
The 6.1.0 migration guide provides useful information for developers of the legacy .NET API.
.NET Core 3.1
The MIT License (MIT) Copyright (c) .NET Foundation and Contributors All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.