Naming fixes.

This commit is contained in:
2020-07-20 21:11:32 +01:00
parent c58c0fd1f8
commit 6220425ac6
525 changed files with 15675 additions and 15524 deletions

View File

@@ -34,9 +34,9 @@ namespace Aaru.Devices.Remote
{
public class Consts
{
public const uint RemoteId = 0x52434944; // "DICR"
public const uint PacketId = 0x544B4350; // "PCKT"
public const int PacketVersion = 1;
public const int MaxProtocol = 1;
public const uint REMOTE_ID = 0x52434944; // "DICR"
public const uint PACKET_ID = 0x544B4350; // "PCKT"
public const int PACKET_VERSION = 1;
public const int MAX_PROTOCOL = 1;
}
}