mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Send device open command packet.
This commit is contained in:
@@ -8,4 +8,14 @@ namespace DiscImageChef.Devices.Remote
|
||||
ResponseListDevices = 3,
|
||||
CommandOpen = 4
|
||||
}
|
||||
|
||||
public enum DicNopReason : byte
|
||||
{
|
||||
OutOfOrder = 0,
|
||||
NotImplemented = 1,
|
||||
NotRecognized = 2,
|
||||
ErrorListDevices = 3,
|
||||
OpenOk = 4,
|
||||
OpenError = 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user