初始化CRICS
This commit is contained in:
12
RCUHost/IT_FTPSettingReceiver.cs
Normal file
12
RCUHost/IT_FTPSettingReceiver.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace RCUHost
|
||||
{
|
||||
public interface IT_FTPSettingReceiver
|
||||
{
|
||||
void Send_Setting_Data(byte[] data, string hostnumber, string mac);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user