C# Class Mosa.HardwareSystem.PCIDeviceDriverAttribute

Inheritance: System.Attribute, IDeviceDriver
显示文件 Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Property Type Description
classCode ushort
deviceID ushort
fields Field
memoryAlignment uint
memoryRequired uint
platforms PlatformArchitecture
progIF byte
revisionID byte
subClassCode byte
subSystemID ushort
subSystemVendorID ushort
vendorID ushort

Public Methods

Method Description
CompareTo ( IPCIDevice pciDevice ) : bool

Compares to.

PCIDeviceDriverAttribute ( ) : Mosa.HardwareSystem.PCI

Gets the priority.

Initializes a new instance of the PCIDeviceDriverAttribute class.

Method Details

CompareTo() public method

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

PCIDeviceDriverAttribute() public method

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

Property Details

classCode protected_oe property

protected ushort classCode
return ushort

deviceID protected_oe property

protected ushort deviceID
return ushort

fields protected_oe property

protected Field fields
return Field

memoryAlignment protected_oe property

protected uint memoryAlignment
return uint

memoryRequired protected_oe property

protected uint memoryRequired
return uint

platforms protected_oe property

protected PlatformArchitecture platforms
return PlatformArchitecture

progIF protected_oe property

protected byte progIF
return byte

revisionID protected_oe property

protected byte revisionID
return byte

subClassCode protected_oe property

protected byte subClassCode
return byte

subSystemID protected_oe property

protected ushort subSystemID
return ushort

subSystemVendorID protected_oe property

protected ushort subSystemVendorID
return ushort

vendorID protected_oe property

protected ushort vendorID
return ushort