Class PCIDeviceCardbus
Inheritance
System.Object
PCIDeviceCardbus
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 PCIDeviceCardbus : PCIDevice
Constructors
|
Improve this Doc
View Source
PCIDeviceCardbus(UInt32, UInt32, UInt32)
Declaration
public PCIDeviceCardbus(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
BridgeControl
Declaration
public ushort BridgeControl { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
CardbusBaseAddress
Declaration
public uint CardbusBaseAddress { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
CardbusBusNumber
Declaration
public byte CardbusBusNumber { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
CardbusLatencyTimer
Declaration
public byte CardbusLatencyTimer { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
IOBaseAddress0
Declaration
public uint IOBaseAddress0 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
IOBaseAddress1
Declaration
public uint IOBaseAddress1 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
IOLimit0
Declaration
public uint IOLimit0 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
IOLimit1
Declaration
public uint IOLimit1 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MemoryBaseAddress0
Declaration
public uint MemoryBaseAddress0 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MemoryBaseAddress1
Declaration
public uint MemoryBaseAddress1 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MemoryLimit0
Declaration
public uint MemoryLimit0 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
MemoryLimit1
Declaration
public uint MemoryLimit1 { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
OffsetOfCapabilityList
Declaration
public byte OffsetOfCapabilityList { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
PCCardBaseAddress
Declaration
public uint PCCardBaseAddress { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
PCIBusNumber
Declaration
public byte PCIBusNumber { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
SecondaryStatus
Declaration
public ushort SecondaryStatus { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
SubordinateBusNumber
Declaration
public byte SubordinateBusNumber { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
SubsystemDeviceID
Declaration
public ushort SubsystemDeviceID { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
SubsystemVendorID
Declaration
public ushort SubsystemVendorID { get; }
Property Value
Type |
Description |
System.UInt16 |
|