NullIO.Write Method
Definition
Writes a byte to the specified I/O port. This implementation ignores the write operation.
public void Write(ushort port, Byte value);
Parameters
| Name | Type | Description |
|---|---|---|
| port | UInt16 | The port address to write to. |
| value | Byte | The value to write. |