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()
Assembly: Cosmos.Core_Asm.dll
Syntax
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
Read16(UInt16, UInt16[])
Declaration
public static void Read16(ushort aPort, ushort[] aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
System.UInt16[] |
aData |
|
|
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
Read8(UInt16, Byte[])
Declaration
public static void Read8(ushort aPort, byte[] aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
System.Byte[] |
aData |
|
|
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 |
|
|
Improve this Doc
View Source
WriteMany8WithWait(UInt16, Byte[])
Declaration
public static void WriteMany8WithWait(ushort aPort, byte[] aData)
Parameters
Type |
Name |
Description |
System.UInt16 |
aPort |
|
System.Byte[] |
aData |
|