Class SATAPI
Inheritance
System.Object
SATAPI
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()
Assembly: Cosmos.HAL2.dll
Syntax
public class SATAPI : StoragePort
Constructors
|
Improve this Doc
View Source
SATAPI(PortRegisters)
Declaration
public SATAPI(PortRegisters aSATAPIPort)
Parameters
Fields
|
Improve this Doc
View Source
mPortReg
Declaration
public PortRegisters mPortReg
Field Value
Properties
|
Improve this Doc
View Source
mPortName
Declaration
public override string mPortName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
mPortNumber
Declaration
public override uint mPortNumber { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Overrides
|
Improve this Doc
View Source
mPortType
Declaration
public override PortType mPortType { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Type
Declaration
public override BlockDeviceType Type { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
FindCMDSlot(PortRegisters)
Declaration
public int FindCMDSlot(PortRegisters aPort)
Parameters
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ReadBlock(UInt64, UInt64, ref Byte[])
Declaration
public override void ReadBlock(ulong aBlockNo, ulong aBlockCount, ref byte[] aData)
Parameters
Type |
Name |
Description |
System.UInt64 |
aBlockNo |
|
System.UInt64 |
aBlockCount |
|
System.Byte[] |
aData |
|
Overrides
|
Improve this Doc
View Source
SendSATAPICommand(ATACommands, UInt32, UInt32)
Declaration
public void SendSATAPICommand(ATACommands aCommand, uint aStart, uint aCount)
Parameters
Type |
Name |
Description |
ATACommands |
aCommand |
|
System.UInt32 |
aStart |
|
System.UInt32 |
aCount |
|
|
Improve this Doc
View Source
WriteBlock(UInt64, UInt64, ref Byte[])
Declaration
public override void WriteBlock(ulong aBlockNo, ulong aBlockCount, ref byte[] aData)
Parameters
Type |
Name |
Description |
System.UInt64 |
aBlockNo |
|
System.UInt64 |
aBlockCount |
|
System.Byte[] |
aData |
|
Overrides