teotestbluetooth / TestTeoBluetooth / TestTeoBluetooth / Connection / IBluetoothConnectionService.cs @ 0875d625
Historique | Voir | Annoter | Télécharger (349 octets)
1 |
using System; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using System.Text; |
4 |
using System.Threading.Tasks; |
5 |
using TeoTestBluetooth.Models; |
6 |
|
7 |
namespace TestTeoBluetooth.Connection |
8 |
{ |
9 |
public enum ConnectionType |
10 |
{ |
11 |
Intern, |
12 |
Bluetooth, |
13 |
Wifi |
14 |
} |
15 |
|
16 |
public interface IBluetoothConnectionService : IConnectionService |
17 |
{ |
18 |
|
19 |
} |
20 |
} |