RzxInputFrame Class
Definition
A single input frame within an RzxInputRecordingBlock.
public sealed class RzxInputFrame
Constructors
| Name | Description |
|---|---|
RzxInputFrame(UInt16, Byte[], Boolean) |
Initializes a new instance of the RzxInputFrame class. |
Fields
| Name | Description |
|---|---|
RepeatedInputReads |
The value of the IN counter that indicates a repeated frame, that is the port reads are the same as the previous frame. |
Properties
| Name | Description |
|---|---|
FetchCount |
Gets the number of instruction fetches performed in this frame. |
InputReads |
Gets the values returned by the CPU's I/O port reads during this frame. Empty if RepeatsPreviousInputReads is true. |
RepeatsPreviousInputReads |
Gets a value indicating whether the port reads are the same as the previous frame. |