NullIO Class
Definition
A null implementation of I/O operations that returns a constant value for reads and ignores writes.
public sealed class NullIO : IIOReader, IIOWriter
Constructors
Name | Description |
---|---|
A null implementation of I/O operations that returns a constant value for reads and ignores writes. |
Methods
Name | Description |
---|---|
Reads a byte from the specified I/O port. | |
Writes a byte to the specified I/O port. This implementation ignores the write operation. |
Last modified: 13 July 2025