初始化CRICS
This commit is contained in:
13
RCUHost/IHostSecretReceiver.cs
Normal file
13
RCUHost/IHostSecretReceiver.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Domain;
|
||||
|
||||
namespace RCUHost
|
||||
{
|
||||
public interface IHostSecretReceiver
|
||||
{
|
||||
/// <summary>
|
||||
/// 设置单个设备
|
||||
/// </summary>
|
||||
/// <param name="host"></param>
|
||||
void Send(Host host);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user