C# Class SharpOS.Kernel.HAL.IOPort

Inheritance: IReadOnlyIOPort, IWriteOnlyIOPort, IReadWriteIOPort
Mostra file Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method 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 method

public IOPort ( uint port ) : System
port uint
return System

Read16() public method

public Read16 ( ) : UInt16
return System.UInt16

Read32() public method

public Read32 ( ) : UInt32
return System.UInt32

Read8() public method

public Read8 ( ) : byte
return byte

Write16() public method

public Write16 ( UInt16 value ) : void
value System.UInt16
return void

Write32() public method

public Write32 ( UInt32 value ) : void
value System.UInt32
return void

Write8() public method

public Write8 ( byte value ) : void
value byte
return void