Class AHCI
AHCI class.
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.Core.MemoryGroup
Assembly: Cosmos.Core.dll
Syntax
public class AHCI
Constructors
| Improve this Doc View SourceAHCI(UInt32)
Initialize AHCI instance.
Declaration
public AHCI(uint aSectorSize)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | aSectorSize | A sector size. |
Fields
| Improve this Doc View SourceDataBlock
Data memory block.
Declaration
public MemoryBlock DataBlock
Field Value
Type | Description |
---|---|
MemoryBlock |