Révision d14bc0b1 TestTeoBluetooth/TestTeoBluetooth.Android/Connection/InternConnectionService.cs

Voir les différences:

TestTeoBluetooth/TestTeoBluetooth.Android/Connection/InternConnectionService.cs
20 20
     */
21 21
    public class InternConnectionService : IConnectionService
22 22
    {
23
        public static readonly InternConnectionService Instance = new InternConnectionService();
24
        public EventHandler<string> DataReceivedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
23
        public EventHandler<byte[]> DataReceivedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
25 24

  
26 25
        public Task<bool> Connect(Device device)
27 26
        {

Formats disponibles : Unified diff