修改新版协议主机 协议触发的机制,新增 缓存机制
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using Domain;
|
||||
using RCUHost.Protocols;
|
||||
using System.Net;
|
||||
|
||||
namespace RCUHost
|
||||
{
|
||||
@@ -15,6 +16,9 @@ namespace RCUHost
|
||||
/// <param name="host"></param>
|
||||
/// <param name="device"></param>
|
||||
void Send(Host host, Device device);
|
||||
|
||||
void SendWithEndPoint( Device device,IPEndPoint endpoint);
|
||||
|
||||
void Send_Repeat(string Key,Host host, Device device);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user