Class AHCI
Inheritance
System.Object
AHCI
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.HAL.BlockDevice
Assembly: Cosmos.HAL2.dll
Syntax
public class AHCI
Constructors
| Improve this Doc View SourceAHCI(PCIDevice)
Declaration
public AHCI(PCIDevice aAHCIDevice)
Parameters
Type | Name | Description |
---|---|---|
PCIDevice | aAHCIDevice |
Fields
| Improve this Doc View SourceRegularSectorSize
Declaration
public const ulong RegularSectorSize = 512UL
Field Value
Type | Description |
---|---|
System.UInt64 |
SerialNo
Declaration
public string SerialNo
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceVersion
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceHBAReset()
Declaration
public static void HBAReset()
Wait(Int32)
Declaration
public static void Wait(int microsecondsTimeout)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | microsecondsTimeout |