mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
9 lines
215 B
C#
9 lines
215 B
C#
|
|
namespace DiscImageChef.Devices.Remote
|
||
|
|
{
|
||
|
|
public class Consts
|
||
|
|
{
|
||
|
|
public const string PacketId = "DICPACKT";
|
||
|
|
public const int PacketVersion = 1;
|
||
|
|
public const int MaxProtocol = 1;
|
||
|
|
}
|
||
|
|
}
|