Class PCIBaseAddressBar
Inheritance
System.Object
PCIBaseAddressBar
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
Assembly: Cosmos.HAL2.dll
Syntax
public class PCIBaseAddressBar
Constructors
| Improve this Doc View SourcePCIBaseAddressBar(UInt32)
Declaration
public PCIBaseAddressBar(uint raw)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | raw |
Properties
| Improve this Doc View SourceBaseAddress
Declaration
public uint BaseAddress { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
IsIO
Declaration
public bool IsIO { get; }
Property Value
Type | Description |
---|---|
System.Boolean |