mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Moved devices enums and structs out of classes.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Commands/DeviceInfo.cs:
|
||||
Moved devices enums and structs out of classes.
|
||||
|
||||
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Commands/DeviceInfo.cs:
|
||||
|
||||
@@ -77,7 +77,7 @@ namespace DiscImageChef.Commands
|
||||
|
||||
StringBuilder sb = null;
|
||||
|
||||
Structs.AtaErrorRegistersCHS errorRegisters;
|
||||
AtaErrorRegistersCHS errorRegisters;
|
||||
|
||||
byte[] ataBuf;
|
||||
bool sense = dev.AtaIdentify(out ataBuf, out errorRegisters);
|
||||
|
||||
Reference in New Issue
Block a user