NullIO Constructors
A null implementation of I/O operations that returns a constant value for reads and ignores writes.
public NullIO(Byte readValue = 255);
Parameters
Name | Type | Description |
---|---|---|
readValue |
Last modified: 13 July 2025
A null implementation of I/O operations that returns a constant value for reads and ignores writes.
Name | Type | Description |
---|---|---|
readValue |