Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
SmallChi
/
JT808Gateway
espelhamento de
https://github.com/SmallChi/JT808Gateway.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
22
Wiki
Atividade
Ver código fonte
移除无用项
tags/v1.0.0
SmallChi
6 anos atrás
pai
a46ab7f649
commit
b1043fd5ea
2 arquivos alterados
com
0 adições
e
22 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-15
src/JT808.Abstractions/ISourcePackageDispatcher.cs
+0
-7
src/JT808.Abstractions/JT808.Abstractions.csproj
+ 0
- 15
src/JT808.Abstractions/ISourcePackageDispatcher.cs
Ver arquivo
@@ -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);
}
}
+ 0
- 7
src/JT808.Abstractions/JT808.Abstractions.csproj
Ver arquivo
@@ -1,7 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar