diff --git a/Libraries/h-opc/UaClient.cs b/Libraries/h-opc/UaClient.cs index b998f4c..a599ca5 100644 --- a/Libraries/h-opc/UaClient.cs +++ b/Libraries/h-opc/UaClient.cs @@ -2,6 +2,10 @@ using Opc.Ua; using Opc.Ua.Client; using Opc.Ua.Configuration; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; namespace Hylasoft.Opc.Ua { diff --git a/Libraries/h-opc/h-opc.csproj b/Libraries/h-opc/h-opc.csproj index 132def2..4325c32 100644 --- a/Libraries/h-opc/h-opc.csproj +++ b/Libraries/h-opc/h-opc.csproj @@ -1,10 +1,25 @@ - net6.0 - h_opc - enable - enable + net6.0 + h-opc-ua + Hylasoft.Opc + h-opc-ua + 0.9.3 + Modbus.Net + Chris L.(Luo Sheng) + Hangzhou Delian Science Technology Co.,Ltd. + https://github.com/parallelbgls/Modbus.Net/tree/master/Modbus.Net + https://github.com/parallelbgls/Modbus.Net/ + High extensible hardware communication implementation platform. + Copyright 2023 Hangzhou Delian Science Technology Co.,Ltd. + hardware communicate protocol Delian + git + False + True + True + True + MIT @@ -12,3 +27,4 @@ +