C# 클래스 SharpOS.Kernel.DeviceSystem.PCI.PCIDevice

상속: SharpOS.Kernel.DeviceSystem.HardwareDevice
파일 보기 프로젝트 열기: sharpos/SharpOS

보호된 프로퍼티들

프로퍼티 타입 설명
pciController IPCIController

공개 메소드들

메소드 설명
PCIDevice ( IPCIController pciController, uint bus, uint slot, uint fun ) : System

Create a new PCIDevice instance at the selected PCI address

메소드 상세

PCIDevice() 공개 메소드

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
리턴 System

프로퍼티 상세

pciController 보호되어 있는 프로퍼티

protected IPCIController pciController
리턴 IPCIController