mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Show decoded and hex view of data taken from tested media.
This commit is contained in:
10
DiscImageChef.Server/Models/TestedMediaDataModel.cs
Normal file
10
DiscImageChef.Server/Models/TestedMediaDataModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DiscImageChef.Server.Models
|
||||
{
|
||||
public class TestedMediaDataModel
|
||||
{
|
||||
public int TestedMediaId { get; set; }
|
||||
public string DataName { get; set; }
|
||||
public string RawDataAsHex { get; set; }
|
||||
public string Decoded { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user