mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added base for remote connection and hello packet.
This commit is contained in:
9
DiscImageChef.Devices/Remote/Consts.cs
Normal file
9
DiscImageChef.Devices/Remote/Consts.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DiscImageChef.Devices.Remote
|
||||
{
|
||||
public class Consts
|
||||
{
|
||||
public const string PacketId = "DICPACKT";
|
||||
public const int PacketVersion = 1;
|
||||
public const int MaxProtocol = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user