REFACTOR: Member or type can be made internal.

This commit is contained in:
2017-12-20 02:08:37 +00:00
parent b53b80c998
commit ef49fdfd45
87 changed files with 544 additions and 544 deletions

View File

@@ -449,20 +449,20 @@ namespace DiscImageChef.Devices.Windows
DeviceInterface = 0x10,
}
public enum SdCommandClass : uint
enum SdCommandClass : uint
{
Standard,
AppCmd
}
public enum SdTransferDirection : uint
enum SdTransferDirection : uint
{
Unspecified,
Read,
Write
}
public enum SdTransferType : uint
enum SdTransferType : uint
{
Unspecified,
CmdOnly,
@@ -471,7 +471,7 @@ namespace DiscImageChef.Devices.Windows
MultiBlockNoCmd12
}
public enum SdResponseType : uint
enum SdResponseType : uint
{
Unspecified,
None,
@@ -485,7 +485,7 @@ namespace DiscImageChef.Devices.Windows
R6
}
public enum SffdiskDcmd : uint
enum SffdiskDcmd : uint
{
GetVersion,
LockChannel,