Statistiques
| Branche: | Révision:

teotestbluetooth / TestTeoBluetooth / TestTeoBluetooth.Android / Connection / WifiConnection.cs @ 58c56df1

Historique | Voir | Annoter | Télécharger (385 octets)

1 58c56df1 Martin Toutant
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 connection Wifi
15
     * NON IMPLEMENTEE
16
     */
17
    public class WifiConnection
18
    {
19
    }
20
}