C# 클래스 Mosa.HardwareSystem.PCIDeviceDriverAttribute

상속: System.Attribute, IDeviceDriver
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
classCode ushort
deviceID ushort
fields Field
memoryAlignment uint
memoryRequired uint
platforms PlatformArchitecture
progIF byte
revisionID byte
subClassCode byte
subSystemID ushort
subSystemVendorID ushort
vendorID ushort

공개 메소드들

메소드 설명
CompareTo ( IPCIDevice pciDevice ) : bool

Compares to.

PCIDeviceDriverAttribute ( ) : Mosa.HardwareSystem.PCI

Gets the priority.

Initializes a new instance of the PCIDeviceDriverAttribute class.

메소드 상세

CompareTo() 공개 메소드

Compares to.
public CompareTo ( IPCIDevice pciDevice ) : bool
pciDevice IPCIDevice The pci device.
리턴 bool

PCIDeviceDriverAttribute() 공개 메소드

Gets the priority. Initializes a new instance of the PCIDeviceDriverAttribute class.
public PCIDeviceDriverAttribute ( ) : Mosa.HardwareSystem.PCI
리턴 Mosa.HardwareSystem.PCI

프로퍼티 상세

classCode 보호되어 있는 프로퍼티

protected ushort classCode
리턴 ushort

deviceID 보호되어 있는 프로퍼티

protected ushort deviceID
리턴 ushort

fields 보호되어 있는 프로퍼티

protected Field fields
리턴 Field

memoryAlignment 보호되어 있는 프로퍼티

protected uint memoryAlignment
리턴 uint

memoryRequired 보호되어 있는 프로퍼티

protected uint memoryRequired
리턴 uint

platforms 보호되어 있는 프로퍼티

protected PlatformArchitecture platforms
리턴 PlatformArchitecture

progIF 보호되어 있는 프로퍼티

protected byte progIF
리턴 byte

revisionID 보호되어 있는 프로퍼티

protected byte revisionID
리턴 byte

subClassCode 보호되어 있는 프로퍼티

protected byte subClassCode
리턴 byte

subSystemID 보호되어 있는 프로퍼티

protected ushort subSystemID
리턴 ushort

subSystemVendorID 보호되어 있는 프로퍼티

protected ushort subSystemVendorID
리턴 ushort

vendorID 보호되어 있는 프로퍼티

protected ushort vendorID
리턴 ushort