Add packet to check if remote is running as root.

This commit is contained in:
2019-10-26 17:39:50 +01:00
parent ad053da2a6
commit 49297dc54a
5 changed files with 138 additions and 40 deletions

View File

@@ -27,7 +27,9 @@ namespace DiscImageChef.Devices.Remote
ResponseGetFireWireData = 22,
CommandGetPcmciaData = 23,
ResponseGetPcmciaData = 24,
CommandCloseDevice = 25
CommandCloseDevice = 25,
CommandAmIRoot = 26,
ResponseAmIRoot = 27
}
public enum DicNopReason : byte