HardDriveInterfaceType Enumeration
Specifies the interface type of a hard drive.
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum HardDriveInterfaceType
Public Enumeration HardDriveInterfaceType
Dim instance As HardDriveInterfaceType
public enum class HardDriveInterfaceType
type HardDriveInterfaceType
No code example is currently available or this language may not be supported.
HDC |
0 |
Hard Disk Controller (HDC) interface.
|
IDE |
1 |
Integrated Drive Electronics (IDE) interface.
|
IEEE1394 |
2 |
Institute of Electrical and Electronics Engineers (IEEE) 1394 interface.
|
SCSI |
3 |
Small Computer System Interface (SCSI).
|
USB |
4 |
Universal Serial Bus (USB) interface.
|