PureDataHeader Class
Definition
Header for a TZX pure data block.
public sealed class PureDataHeader : TzxBlockHeader
Properties
| Name | Description |
|---|---|
| BlockLength | Gets the length of the block data in bytes. |
| PauseAfter | Gets the pause duration after this block as a TimeSpan. |
| PauseAfterBlockMs | Gets the pause duration after this block in milliseconds. |
| TStatesInOneBitPulse | Gets the number of T-states per pulse for a one bit. |
| TStatesInZeroBitPulse | Gets the number of T-states per pulse for a zero bit. |
| UsedBitsInLastByte | Gets the number of used bits in the last byte of data. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |