OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.96k stars 946 forks source link

Complex Types client library - example request #906

Open Wuppie007 opened 4 years ago

Wuppie007 commented 4 years ago

After updating the nuget package 1.4.359.31. After installing it into my test environment, I tried some some 'methods' to read complex data from a server and cast it to an C# object.

But to use the new extensions to the fullest, it should be very helpfull that the example project "NetCoreComplexClient" is extended with a "Vector" like example like in: #790

mregen commented 1 year ago

see #2008 how to write and access variable with complex type. A sample for method call is still not supported.