Fixed a lot of bugs shoudl be able to write unit tests now.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using System.Net.Sockets;
|
||||
|
||||
namespace Tello_Drone
|
||||
{
|
||||
public interface IUdpClientWrapper : IDisposable
|
||||
{
|
||||
bool TrySend(string message, int timeOut);
|
||||
bool TrySend(string message, int timeOut, int maxRetries);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user