C# Class Mosa.HardwareSystem.PCI.BaseAddress

Afficher le fichier Open project: tgiphil/MOSA-Project

Protected Properties

Свойство Type Description
address uint
prefetchable bool
region AddressType
size uint

Méthodes publiques

Méthode 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 méthode

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 méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

Property Details

address protected_oe property

protected uint address
Résultat uint

prefetchable protected_oe property

protected bool prefetchable
Résultat bool

region protected_oe property

protected AddressType region
Résultat AddressType

size protected_oe property

protected uint size
Résultat uint