teotestbluetooth / TestTeoBluetooth / TestTeoBluetooth.Android / Connection / InternConnection.cs @ 58c56df1
Historique | Voir | Annoter | Télécharger (472 octets)
1 |
using Android.App; |
---|---|
2 |
using Android.Content; |
3 |
using Android.OS; |
4 |
using Android.Runtime; |
5 |
using Android.Views; |
6 |
using Android.Widget; |
7 |
using System; |
8 |
using System.Collections.Generic; |
9 |
using System.Linq; |
10 |
using System.Text; |
11 |
|
12 |
namespace TestBLE.Droid.Connection |
13 |
{ |
14 |
/* Classe permettant d'établir une avec une applications tiers |
15 |
* Pré-installée sur l'appareil |
16 |
* Basée sur filtrage d'intent sur BroadcastReceiver |
17 |
*/ |
18 |
public class InternConnection |
19 |
{ |
20 |
} |
21 |
} |