Files
Aaru/DiscImageChef.Devices/Remote/Consts.cs
2019-10-19 19:08:47 +01:00

9 lines
236 B
C#

namespace DiscImageChef.Devices.Remote
{
public class Consts
{
public const ulong PacketId = 0x6873678065677584; // "DICPACKT"
public const int PacketVersion = 1;
public const int MaxProtocol = 1;
}
}