Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
SmallChi
/
JTNewEnergy
peilaus alkaen
https://github.com/SmallChi/JTNewEnergy.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
1
Wiki
Toiminta
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commitit
1
Haara
6.8 MiB
C#
100%
Puu:
d094eb9fc8
master
1.0.0
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'd094eb9fc8'
${ noResults }
JTNewEnergy
/
src
/
GBNewEnergy.Protocol
/
IBuffered.cs
8 rivejä
108 B
Raaka
Blame
Historia
namespace GBNewEnergy.Protocol
{
public interface IBuffered
{
byte[] ToBuffer();
}
}