hawkeye camera support(not tested)
This commit is contained in:
10
framework/Inspectron.HawkEye/Packets/Packet.cs
Normal file
10
framework/Inspectron.HawkEye/Packets/Packet.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Inspectron.HawkEye
|
||||
{
|
||||
public class Packet
|
||||
{
|
||||
public EPacketType PacketType { get; set; }
|
||||
public byte[] Payload { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user