IOEvent ConstructorsRepresents an Input/Output event in the Z80 emulator, containing port and value information. public IOEvent(ushort port, Byte value); ParametersNameTypeDescriptionportUInt16The I/O port address.valueByteThe value read from or written to the port.Last modified: 13 July 2025IOEvent StructIOEvent.Port Property