Révision d14bc0b1 TestTeoBluetooth/TestTeoBluetooth.Android/Connection/WifiConnectionService.cs
TestTeoBluetooth/TestTeoBluetooth.Android/Connection/WifiConnectionService.cs | ||
---|---|---|
19 | 19 |
*/ |
20 | 20 |
public class WifiConnectionService : IConnectionService |
21 | 21 |
{ |
22 |
public static readonly WifiConnectionService Instance = new WifiConnectionService(); |
|
23 |
public EventHandler<string> DataReceivedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } |
|
22 |
public EventHandler<byte[]> DataReceivedEvent { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } |
|
24 | 23 |
|
25 | 24 |
public Task<bool> Connect(Device device) |
26 | 25 |
{ |
Formats disponibles : Unified diff