Send device open command packet.

This commit is contained in:
2019-10-13 22:29:09 +01:00
parent a83be0d5d6
commit ecad51de73
4 changed files with 147 additions and 54 deletions

View File

@@ -58,7 +58,7 @@ namespace DiscImageChef.Devices.Remote
public struct DicPacketNop
{
public DicPacketHeader hdr;
public byte reasonCode;
public DicNopReason reasonCode;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)]
public readonly byte[] spare;