Class PCIDeviceNormal
Inheritance
System.Object
PCIDeviceNormal
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 PCIDeviceNormal : PCIDevice
Constructors
|
Improve this Doc
View Source
PCIDeviceNormal(UInt32, UInt32, UInt32)
Declaration
public PCIDeviceNormal(uint bus, uint slot, uint function)
Parameters
Type |
Name |
Description |
System.UInt32 |
bus |
|
System.UInt32 |
slot |
|
System.UInt32 |
function |
|
Properties
|
Improve this Doc
View Source
BaseAddresses
Declaration
public PCIBaseAddressBar[] BaseAddresses { get; }
Property Value
|
Improve this Doc
View Source
CapabilitiesPointer
Declaration
public byte CapabilitiesPointer { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
CardbusCISPointer
Declaration
public uint CardbusCISPointer { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ExpansionROMBaseAddress
Declaration
public uint ExpansionROMBaseAddress { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MaxLatency
Declaration
public byte MaxLatency { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
MinGrant
Declaration
public byte MinGrant { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
SubsystemID
Declaration
public ushort SubsystemID { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
SubsystemVendorID
Declaration
public ushort SubsystemVendorID { get; }
Property Value
Type |
Description |
System.UInt16 |
|