Need to work on Getting the Missions running, There is currently an issue with the UDP Client sending to a bad IP
This commit is contained in:
10
Tello Drone/IUdpClientWrapper.cs
Normal file
10
Tello Drone/IUdpClientWrapper.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Net.Sockets;
|
||||
|
||||
namespace Tello_Drone
|
||||
{
|
||||
public interface IUdpClientWrapper : IDisposable
|
||||
{
|
||||
bool TrySend(string message, int timeOut);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user