|
|
@@ -1,15 +0,0 @@ |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Text; |
|
|
|
using System.Threading.Tasks; |
|
|
|
|
|
|
|
namespace JT808.Abstractions |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// 源包分发器 |
|
|
|
/// </summary> |
|
|
|
public interface ISourcePackageDispatcher |
|
|
|
{ |
|
|
|
Task SendAsync(byte[] data); |
|
|
|
} |
|
|
|
} |