2017-05-17 update 1 Add Comments and Reformat code.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Hylasoft.Opc.Common;
|
||||
using Hylasoft.Opc.Da;
|
||||
using Opc;
|
||||
using Opc.Da;
|
||||
using System.Collections.Generic;
|
||||
using Hylasoft.Opc.Ua;
|
||||
|
||||
namespace Modbus.Net.OPC
|
||||
{
|
||||
public interface IClientExtend : IDisposable
|
||||
{
|
||||
Node RootNodeBase { get; }
|
||||
|
||||
void Connect();
|
||||
|
||||
T Read<T>(string tag);
|
||||
@@ -24,8 +24,6 @@ namespace Modbus.Net.OPC
|
||||
Task<Node> FindNodeAsync(string tag);
|
||||
|
||||
Task<IEnumerable<Node>> ExploreFolderAsync(string tag);
|
||||
|
||||
Node RootNodeBase { get; }
|
||||
}
|
||||
|
||||
public class MyDaClient : DaClient, IClientExtend
|
||||
|
||||
Reference in New Issue
Block a user