mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected missing setters.
This commit is contained in:
@@ -69,13 +69,13 @@ namespace DiscImageChef.Devices
|
||||
/// Gets a value indicating whether this <see cref="Device"/> is in error.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if error; otherwise, <c>false</c>.</value>
|
||||
public bool Error { get; }
|
||||
public bool Error { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the last error number.
|
||||
/// </summary>
|
||||
/// <value>The last error.</value>
|
||||
public int LastError { get; }
|
||||
public int LastError { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the device type.
|
||||
|
||||
Reference in New Issue
Block a user