C# Class Mosa.HardwareSystem.PCI.BaseAddress

Show file Open project: tgiphil/MOSA-Project

Protected Properties

Property Type Description
address uint
prefetchable bool
region AddressType
size uint

Public Methods

Method Description
BaseAddress ( AddressType region, uint address, uint size, bool prefetchable )

Initializes a new instance of the BaseAddress class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

BaseAddress() public method

Initializes a new instance of the BaseAddress class.
public BaseAddress ( AddressType region, uint address, uint size, bool prefetchable )
region AddressType The region.
address uint The address.
size uint The size.
prefetchable bool if set to true [prefetchable].

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

Property Details

address protected property

protected uint address
return uint

prefetchable protected property

protected bool prefetchable
return bool

region protected property

protected AddressType region
return AddressType

size protected property

protected uint size
return uint