Révision 1fd64302 TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs
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(); } |
|
23 | 24 |
|
24 |
public Task<bool> Connect(Device device)
|
|
25 |
public Task<bool> Connect(Dictionary<string, string> connectParam)
|
|
25 | 26 |
{ |
26 | 27 |
throw new NotImplementedException(); |
27 | 28 |
} |
... | ... | |
30 | 31 |
{ |
31 | 32 |
throw new NotImplementedException(); |
32 | 33 |
} |
34 |
|
|
35 |
public Task<bool> SendCommand(string command) |
|
36 |
{ |
|
37 |
throw new NotImplementedException(); |
|
38 |
} |
|
33 | 39 |
} |
34 | 40 |
} |
Formats disponibles : Unified diff