FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
06-29-2022 02:18 PM
Hello,
As far as I know the normal communication way between C# and Data layer is a rust communcation.
Is there a other communication way? for example a CtrlX Communication C# assambly?
Thanks in advance!
Solved! Go to Solution.
06-30-2022 09:59 AM
Hello,
you can communicate with the Data Layer from C# with the help of the ctrlX Data Layer API for .NET which comes within the nuget package ctrlX-DataLayer.2.4.1.nupkg. The description of the ctrlX Data Layer API can be found here.
How to use this interface to communicate with the Data Layer from C# is shown in various .Net samples in the ctrlX AUTOMATION SDK.
Best regards,
Nick