mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor: Return result from core to CLI, show in CLI.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace DiscImageChef.Core.Devices.Scanning
|
||||
{
|
||||
public static class SecureDigital
|
||||
{
|
||||
public static void Scan(string MHDDLogPath, string IBGLogPath, string devicePath, Device dev)
|
||||
public static ScanResults Scan(string MHDDLogPath, string IBGLogPath, string devicePath, Device dev)
|
||||
{
|
||||
throw new NotImplementedException("MMC/SD devices not yet supported.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user