I am using the Beckhoff.TwinCAT.Ads
Version = 6.0235 NuGet package in c#, I want to query the configured Static Routes:
I have tried with TwinCAT.Ads.TcpRouter
and TwinCAT.Router
namespaces with no success:
- Is that possible?
- Which class or method from the API should I use?
Expected Result:
ICollection<RouteInfo>
or something similar
Thanks in advance for your help, any comment would be very appreciated.
Miguel