初始化
This commit is contained in:
17
IOT_JieKou/IDataTran.cs
Normal file
17
IOT_JieKou/IDataTran.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using CommonEntity.RCUEntity;
|
||||
|
||||
namespace IOT_JieKou
|
||||
{
|
||||
/// <summary>
|
||||
/// 根据IP和端口来 区分
|
||||
/// </summary>
|
||||
public interface IDataTran:IGrainWithStringKey
|
||||
{
|
||||
ValueTask TongXin(RCU_UDPData_With_String data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user