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

Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Protected Properties

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

Méthodes publiques

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

Method Details

PCIBaseAddress() public méthode

public PCIBaseAddress ( uint address, uint size, AddressRegion region, bool prefetchable ) : System
address uint
size uint
region AddressRegion
prefetchable bool
Résultat System

ToString() public méthode

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 AddressRegion region
Résultat AddressRegion

size protected_oe property

protected uint size
Résultat uint