C# Class SharpOS.Kernel.DeviceSystem.PCI.PCIDevice

Inheritance: SharpOS.Kernel.DeviceSystem.HardwareDevice
Afficher le fichier Open project: sharpos/SharpOS

Protected Properties

Свойство Type Description
pciController IPCIController

Méthodes publiques

Méthode Description
PCIDevice ( IPCIController pciController, uint bus, uint slot, uint fun ) : System

Create a new PCIDevice instance at the selected PCI address

Method Details

PCIDevice() public méthode

Create a new PCIDevice instance at the selected PCI address
public PCIDevice ( IPCIController pciController, uint bus, uint slot, uint fun ) : System
pciController IPCIController
bus uint
slot uint
fun uint
Résultat System

Property Details

pciController protected_oe property

protected IPCIController pciController
Résultat IPCIController