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