Class HBACommandHeader
Inheritance
System.Object
HBACommandHeader
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 HBACommandHeader
Constructors
|
Improve this Doc
View Source
HBACommandHeader(UInt32, UInt32)
Declaration
public HBACommandHeader(uint aAddress, uint aSlot)
Parameters
Type |
Name |
Description |
System.UInt32 |
aAddress |
|
System.UInt32 |
aSlot |
|
Properties
|
Improve this Doc
View Source
ATAPI
Declaration
public byte ATAPI { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
BIST
Declaration
public byte BIST { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
CFL
Declaration
public byte CFL { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ClearBusy
Declaration
public byte ClearBusy { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
CTBA
Declaration
public uint CTBA { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
CTBAU
Declaration
public uint CTBAU { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
PMP
Declaration
public byte PMP { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
PRDBC
Declaration
public uint PRDBC { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
PRDTL
Declaration
public ushort PRDTL { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Prefetchable
Declaration
public byte Prefetchable { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Reserved
Declaration
public byte Reserved { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Reserved1
Declaration
public uint Reserved1 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Reserved2
Declaration
public uint Reserved2 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Reserved3
Declaration
public uint Reserved3 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Reserved4
Declaration
public uint Reserved4 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Reset
Declaration
public byte Reset { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Write
Declaration
public byte Write { get; set; }
Property Value
Type |
Description |
System.Byte |
|