|
@@ -51,9 +51,8 @@ namespace YSAI.Core.@interface
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// 数采接口
|
|
/// 数采接口
|
|
|
/// </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>
|
|
|
/// 转发接口
|
|
/// 转发接口
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
- public interface IRelay : IOn, IOff, IProducer, IConsumer, IGetStatus, IEvent, IDisposable
|
|
|
|
|
- {
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ public interface IRelay : IOn, IOff, IProducer, IConsumer, IGetStatus, IEvent, IGetParam, ICreateInstance, IDisposable
|
|
|
|
|
+ { }
|
|
|
}
|
|
}
|
|
|
```
|
|
```
|
|
|
|
|
|