HardDriveInterfaceType Enumeration

Specifies the interface type of a hard drive.

Definition

Namespace: DevCase.Core.IO.Devices.Drives
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum HardDriveInterfaceType

Members

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.

See Also