Révision d752dab7 TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs
TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs | ||
---|---|---|
22 | 22 |
public EventHandler<byte[]> DataReceivedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } |
23 | 23 |
public EventHandler<string> ConnectionFailedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } |
24 | 24 |
|
25 |
public Task<bool> Connect(Dictionary<string, string> connectParam)
|
|
25 |
public Task<bool> SendCommand(byte[] hexValues)
|
|
26 | 26 |
{ |
27 | 27 |
throw new NotImplementedException(); |
28 | 28 |
} |
29 | 29 |
|
30 |
public Task<bool> SendCommand(byte[] hexValues)
|
|
30 |
public Task<bool> SendCommand(string command)
|
|
31 | 31 |
{ |
32 | 32 |
throw new NotImplementedException(); |
33 | 33 |
} |
34 | 34 |
|
35 |
public Task<bool> SendCommand(string command)
|
|
35 |
public Task Connect(Dictionary<string, string> connectParam)
|
|
36 | 36 |
{ |
37 | 37 |
throw new NotImplementedException(); |
38 | 38 |
} |
Formats disponibles : Unified diff