Add NOP packet.

This commit is contained in:
2019-10-13 20:54:10 +01:00
parent 03af9b7f2e
commit 7fd5b16b1d
3 changed files with 56 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
namespace DiscImageChef.Devices.Remote
{
public enum DicPacketType : byte
public enum DicPacketType : sbyte
{
Nop = -1,
Hello = 1,
CommandListDevices = 2,
ResponseListDevices = 3