C# Class SharpOS.Kernel.HAL.IOPort

Inheritance: IReadOnlyIOPort, IWriteOnlyIOPort, IReadWriteIOPort
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Méthode Description
IOPort ( uint port ) : System
Read16 ( ) : UInt16
Read32 ( ) : UInt32
Read8 ( ) : byte
Write16 ( UInt16 value ) : void
Write32 ( UInt32 value ) : void
Write8 ( byte value ) : void

Method Details

IOPort() public méthode

public IOPort ( uint port ) : System
port uint
Résultat System

Read16() public méthode

public Read16 ( ) : UInt16
Résultat System.UInt16

Read32() public méthode

public Read32 ( ) : UInt32
Résultat System.UInt32

Read8() public méthode

public Read8 ( ) : byte
Résultat byte

Write16() public méthode

public Write16 ( UInt16 value ) : void
value System.UInt16
Résultat void

Write32() public méthode

public Write32 ( UInt32 value ) : void
value System.UInt32
Résultat void

Write8() public méthode

public Write8 ( byte value ) : void
value byte
Résultat void