Class IOPortWrite
IOPortWrite class. Used to write to IO port. See also: IOPortBase.
Inherited Members
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public class IOPortWrite : IOPortBase
Constructors
| Improve this Doc View SourceIOPortWrite(UInt16)
Create new instance of IOPortWrite class.
Declaration
public IOPortWrite(ushort aPort)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | aPort | A port. |
IOPortWrite(UInt16, UInt16)
Create new instance of IOPortWrite class.
Declaration
public IOPortWrite(ushort aBase, ushort aOffset)
Parameters
Type | Name | Description |
---|---|---|
System.UInt16 | aBase | A base port address. |
System.UInt16 | aOffset | Offset of the base port. |
Properties
| Improve this Doc View SourceByte
Write byte to the port.
Declaration
public byte Byte { set; }
Property Value
Type | Description |
---|---|
System.Byte |
DWord
Write DWord to the port.
Declaration
public uint DWord { set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Word
Write Word to the port.
Declaration
public ushort Word { set; }
Property Value
Type | Description |
---|---|
System.UInt16 |