hawkeye camera support(not tested)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Net;
|
||||
using System.Net.NetworkInformation;
|
||||
|
||||
namespace Inspectron.HawkEye.Protocol.Discovery
|
||||
{
|
||||
public class CameraInfo
|
||||
{
|
||||
public string Mac { get; set; }
|
||||
public IPAddress Address { get; set; }
|
||||
public IPAddress AdapterAddress { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user