Corrected missing setters.

This commit is contained in:
2017-12-21 07:36:30 +00:00
parent 28eed382f2
commit 422f80805a

View File

@@ -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.