Class IOPortImpl
Inheritance
System.Object
IOPortImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Asm
Assembly: Cosmos.Core_Asm.dll
Syntax
public class IOPortImpl
Methods
| Improve this Doc View SourceRead16(UInt16)
Declaration
public static ushort Read16(ushort aPort)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | aPort |
Returns
Type | Description |
---|---|
System.UInt16 |
Read32(UInt16)
Declaration
public static uint Read32(ushort aPort)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | aPort |
Returns
Type | Description |
---|---|
System.UInt32 |
Read8(UInt16)
Declaration
public static byte Read8(ushort aPort)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | aPort |
Returns
Type | Description |
---|---|
System.Byte |
Write16(UInt16, UInt16)
Declaration
public static void Write16(ushort aPort, ushort aData)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | aPort | |
System.UInt16 | aData |
Write32(UInt16, UInt32)
Declaration
public static void Write32(ushort aPort, uint aData)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | aPort | |
System.UInt32 | aData |
Write8(UInt16, Byte)
Declaration
public static void Write8(ushort aPort, byte aData)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | aPort | |
System.Byte | aData |