Révision 06a15704 TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs
TestXamConnections/TestXamConnections.Android/Connection/WifiConnectionService.cs | ||
---|---|---|
26 | 26 |
throw new NotImplementedException(); |
27 | 27 |
} |
28 | 28 |
|
29 |
public Task<bool> SendCommand(byte[] hexValues) |
|
30 |
{ |
|
31 |
throw new NotImplementedException(); |
|
32 |
} |
|
33 |
|
|
34 |
public Task<bool> SendCommand(string command) |
|
29 |
public Task<bool> SendCommand(IConvertible hexValues) |
|
35 | 30 |
{ |
36 | 31 |
throw new NotImplementedException(); |
37 | 32 |
} |
Formats disponibles : Unified diff