Révision 340558f2 TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs

Voir les différences:

TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs
8 8
    /* Classe permettant d'établir une connection Wifi
9 9
     * NON IMPLEMENTEE
10 10
     */
11
    public class WifiConnectionService : IConnectionService
11
    public class WifiConnexionService : IConnexionService
12 12
    {
13
        public EventHandler<byte[]> DataReceivedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
13
        public EventHandler<byte[]> DonneesRecuesEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
14 14

  
15
        public Task<bool> Connect(Dictionary<string, string> connectParam)
15
        public Task<bool> Connexion(Dictionary<string, string> connectParam)
16 16
        {
17 17
            throw new NotImplementedException();
18 18
        }
19 19

  
20
        public Task<bool> SendCommand(byte[] hexValues)
20
        public Task<bool> EnvoiCommande(byte[] hexValues)
21 21
        {
22 22
            throw new NotImplementedException();
23 23
        }

Formats disponibles : Unified diff