Shun 2 år sedan
förälder
incheckning
4edaee4368
1 ändrade filer med 4 tillägg och 6 borttagningar
  1. 4 6
      README.md

+ 4 - 6
README.md

@@ -51,9 +51,8 @@ namespace YSAI.Core.@interface
     /// <summary>
     /// 数采接口
     /// </summary>
-    public interface IDaq : IOn, IOff, IRead, IWrite, ISubscribe, IGetStatus, IEvent, IDisposable
-    {
-    }
+    public interface IDaq : IOn, IOff, IRead, IWrite, ISubscribe, IGetStatus, IEvent, IGetParam, ICreateInstance, IDisposable
+    { }
 }
 ```
 
@@ -68,9 +67,8 @@ namespace YSAI.Core.@interface
     /// <summary>
     /// 转发接口
     /// </summary>
-    public interface IRelay : IOn, IOff, IProducer, IConsumer, IGetStatus, IEvent, IDisposable
-    {
-    }
+    public interface IRelay : IOn, IOff, IProducer, IConsumer, IGetStatus, IEvent, IGetParam, ICreateInstance, IDisposable
+    { }
 }
 ```