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