简体   繁体   English

是否有 OPC UA .NET 官方 API 参考和文档?

[英]Is there OPC UA .NET official API reference and documentation?

I can't find any official docs online to describe the .NET API for OPC UA, aside from some code samples and a big specifications document.除了一些代码示例和大规格文档之外,我在网上找不到任何官方文档来描述 OPC UA 的 .NET API。

Just want to check if there are API reference docs and guide some where for .NET platform, before I continue to study the sample code and figure out what the methods and classes do?只是想检查是否有 API 参考文档并指导一些 .NET 平台的位置,然后再继续研究示例代码并弄清楚方法和类的作用?

We need to convert some small code service from OPC classic to OPC UA, so I don't have much time to reverse-engineer code or read too much.我们需要将一些小的代码服务从 OPC classic 转换为 OPC UA,所以我没有太多时间对代码进行逆向工程或阅读太多。

Except from Source code documentation, there are also Getting Started guides.除了源代码文档之外,还有入门指南。

Based on what your sample example are doing it could be also necessary to read the OPC UA Specification .根据您的示例示例,您可能还需要阅读OPC UA 规范

Sorry: my mistake the Getting Started link was already provided... you can use docfx to generate the API Reference Documentation from source code.抱歉:我的错误已经提供了入门链接...您可以使用 docfx 从源代码生成 API 参考文档。 There is not more available.没有更多可用的了。

[2nd Edit] Did you consider just using a generic Classic OPC to OPC UA wrapper instead of rewrite? [第二次编辑]您是否考虑过仅使用通用经典 OPC 到 OPC UA 包装器而不是重写? It can save you alot of time.它可以为您节省大量时间。 See UA-.Net Standard Library COM Server Wrapper请参阅UA-.Net 标准库 COM 服务器包装器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM