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

显示文件 Open project: sharpos/SharpOS Class Usage Examples

Protected Properties

Property Type Description
address uint
prefetchable bool
region AddressRegion
size uint

Public Methods

Method Description
PCIBaseAddress ( uint address, uint size, AddressRegion region, bool prefetchable ) : System
ToString ( ) : string

Method Details

PCIBaseAddress() public method

public PCIBaseAddress ( uint address, uint size, AddressRegion region, bool prefetchable ) : System
address uint
size uint
region AddressRegion
prefetchable bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

address protected_oe property

protected uint address
return uint

prefetchable protected_oe property

protected bool prefetchable
return bool

region protected_oe property

protected AddressRegion region
return AddressRegion

size protected_oe property

protected uint size
return uint