NullIO.Write MethodDefinitionWrites a byte to the specified I/O port. This implementation ignores the write operation. public void Write(ushort port, Byte value); ParametersNameTypeDescriptionportUInt16The port address to write to.valueByteThe value to write.Last modified: 13 July 2025NullIO.Read MethodTestCase Class