소스 검색

请自阅

Shun 2 년 전
부모
커밋
4edaee4368
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  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
+    { }
 }
 ```