Class IOPortImpl
Inheritance
System.Object
IOPortImpl
Assembly: Cosmos.Core_Asm.dll
Syntax
public class IOPortImpl : object
Methods
|
Improve this Doc
View Source
Read16(UInt16)
Declaration
public static ushort Read16(ushort aPort)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Read32(UInt16)
Declaration
public static uint Read32(ushort aPort)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Read8(UInt16)
Declaration
public static byte Read8(ushort aPort)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
Returns
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Write16(UInt16, UInt16)
Declaration
public static void Write16(ushort aPort, ushort aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
System.UInt16 |
aData |
|
|
Improve this Doc
View Source
Write32(UInt16, UInt32)
Declaration
public static void Write32(ushort aPort, uint aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
System.UInt32 |
aData |
|
|
Improve this Doc
View Source
Write8(UInt16, Byte)
Declaration
public static void Write8(ushort aPort, byte aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
System.Byte |
aData |
|