mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Annotate or remove unused elements.
This commit is contained in:
@@ -59,6 +59,7 @@ public sealed partial class Device : Devices.Device
|
||||
}
|
||||
|
||||
/// <summary>Current device is remote</summary>
|
||||
// ReSharper disable once UnusedMember.Global
|
||||
public bool IsRemote => _remote != null;
|
||||
|
||||
/// <summary>Remote application</summary>
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
// Copyright © 2011-2023 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Aaru.Devices.Remote;
|
||||
|
||||
/// <summary>Packet type enumeration</summary>
|
||||
@@ -73,6 +75,7 @@ public enum AaruPacketType : sbyte
|
||||
}
|
||||
|
||||
/// <summary>Reasons for non-data request or response</summary>
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Global")]
|
||||
public enum AaruNopReason : byte
|
||||
{
|
||||
/// <summary>Request or response has arrived unexpectedly</summary>
|
||||
|
||||
Reference in New Issue
Block a user