NullIO.Read Method
Definition
Reads a byte from the specified I/O port.
public Byte Read(ushort port);
Parameters
| Name | Type | Description |
|---|---|---|
| port | UInt16 | The port address to read from. |
Returns
The constant value specified in the constructor.
Reads a byte from the specified I/O port.
public Byte Read(ushort port);
| Name | Type | Description |
|---|---|---|
| port | UInt16 | The port address to read from. |
The constant value specified in the constructor.