hawkeye camera support(not tested)
This commit is contained in:
9
framework/Inspectron.HawkEye/UDPB/Block.cs
Normal file
9
framework/Inspectron.HawkEye/UDPB/Block.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Inspectron.HawkEye.UDPB
|
||||
{
|
||||
public class Block
|
||||
{
|
||||
public byte[] Data;
|
||||
public uint Length;
|
||||
public uint MessageNumber;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user