mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add packet to close device.
This commit is contained in:
@@ -306,4 +306,10 @@ namespace DiscImageChef.Devices.Remote
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 65536)]
|
||||
public byte[] cis;
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = 1)]
|
||||
public struct DicPacketCmdClose
|
||||
{
|
||||
public DicPacketHeader hdr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user