Refactor: Return result from core to CLI, show in CLI.

This commit is contained in:
2017-05-28 01:16:49 +01:00
parent 8d3e4fe420
commit af05401220
9 changed files with 290 additions and 218 deletions

View File

@@ -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.");
}