This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
PRSDigital
/
3rdpartylibs
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Pull Requests
0
Ramo:
master
Ramos
Etiquetas
master
PRS-7.79a
3rdpartylibs
/
BluetoothLENet-master
/
BluetoothLeNet
/
Enums
/
DataFormat.cs
DataFormat.cs
142 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
10
11
namespace BluetoothLENet
{
public enum DataFormat
{
ASCII = 0,
UTF8,
Dec,
Hex,
Bin,
}
}