hawkeye camera support(not tested)
This commit is contained in:
12
framework/Inspectron.HawkEye/Packets/PacketImage.cs
Normal file
12
framework/Inspectron.HawkEye/Packets/PacketImage.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Inspectron.HawkEye
|
||||
{
|
||||
public class PacketImage
|
||||
{
|
||||
public uint TriggerId { get; set; }
|
||||
public uint PacketId { get; set; }
|
||||
public uint TotalPackets { get; set; }
|
||||
|
||||
public uint StartIndex { get; set; }
|
||||
public byte[] Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user