mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add packet for get device type.
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Linq;
|
||||
using System.Net;
|
||||
using System.Net.Sockets;
|
||||
using System.Runtime.InteropServices;
|
||||
using DiscImageChef.CommonTypes.Enums;
|
||||
using DiscImageChef.CommonTypes.Interop;
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.Decoders.ATA;
|
||||
@@ -367,5 +368,10 @@ namespace DiscImageChef.Devices.Remote
|
||||
{
|
||||
throw new NotImplementedException("Remote SDHCI commands not yet implemented...");
|
||||
}
|
||||
|
||||
public DeviceType GetDeviceType()
|
||||
{
|
||||
throw new NotImplementedException("Getting remote device type not yet implemented...");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user