SDK Examples / Tutorials |
Below is a list of all available examples. Most examples are built in the form of a tutorial, with detailed explanations of the required implementations.
This allows the transfer of the example code to your own plugins. Feel free to copy the example code and use it as a starting off point for own development.
For brevity, the examples are only available in C#. Most concepts are easily translatable to VB.NET in case you prefer this language. There are also online code translation tools available that can convert the C# code to VB.NET if required.
"Example code" in this section of the manual is marked explicitely by a copyright header:
<copyright file="Filename.cs" company="rhd instruments GmbH and Co. KG"> Copyright (c) rhd instruments GmbH and Co. KG. All rights reserved. Licensed under the MIT No Attribution (MIT-0) license. See section 'License' in the 'SDK Examples / Tutorials' topic for full license information. </copyright>
Hence, the so-marked example code in this section is subject to the MIT license as stated below:
MIT No Attribution Copyright 2024 rhd instruments GmbH & Co. KG 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. 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.