Révision be694ed4 TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs

Voir les différences:

TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs
20 20
    public class WifiConnectionService : IConnectionService
21 21
    {
22 22
        public EventHandler<byte[]> DataReceivedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
23
        public EventHandler<string> ConnectionFailedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
24 23

  
25
        public Task<bool> SendCommand(byte[] hexValues)
24
        public Task<bool> Connect(Dictionary<string, string> connectParam)
26 25
        {
27 26
            throw new NotImplementedException();
28 27
        }
29 28

  
30
        public Task<bool> SendCommand(string command)
29
        public Task<bool> SendCommand(byte[] hexValues)
31 30
        {
32 31
            throw new NotImplementedException();
33 32
        }
34 33

  
35
        public Task Connect(Dictionary<string, string> connectParam)
34
        public Task<bool> SendCommand(string command)
36 35
        {
37 36
            throw new NotImplementedException();
38 37
        }

Formats disponibles : Unified diff