Révision 0875d625 TestTeoBluetooth/TestTeoBluetooth.Android/Connection/InternConnection.cs

Voir les différences:

TestTeoBluetooth/TestTeoBluetooth.Android/Connection/InternConnection.cs
8 8
using System.Collections.Generic;
9 9
using System.Linq;
10 10
using System.Text;
11
using System.Threading.Tasks;
12
using TeoTestBluetooth.Models;
13
using TestTeoBluetooth.Connection;
11 14

  
12 15
namespace TestBLE.Droid.Connection
13 16
{
......
15 18
     * Pré-installée sur l'appareil
16 19
     * Basée sur filtrage d'intent sur BroadcastReceiver
17 20
     */
18
    public class InternConnection
21
    public class InternConnection : IConnectionService
19 22
    {
23
        public EventHandler<string> DataReceivedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
24

  
25
        public Task<bool> Connect(Device device)
26
        {
27
            throw new NotImplementedException();
28
        }
29

  
30
        public Task<bool> SendCommand(byte[] hexValues)
31
        {
32
            throw new NotImplementedException();
33
        }
20 34
    }
21 35
}

Formats disponibles : Unified diff