Class PCIBaseAddressBar
Inheritance
System.Object
PCIBaseAddressBar
Assembly: Cosmos.HAL2.dll
Syntax
public class PCIBaseAddressBar : object
Constructors
|
Improve this Doc
View Source
PCIBaseAddressBar(UInt32)
Declaration
public PCIBaseAddressBar(uint raw)
Parameters
Type |
Name |
Description |
System.UInt32 |
raw |
|
Properties
|
Improve this Doc
View Source
BaseAddress
Declaration
public uint BaseAddress { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
IsIO
Declaration
public bool IsIO { get; }
Property Value
Type |
Description |
System.Boolean |
|