TzxHeader Class
Definition
The header of a TZX tape file containing format identification and version information.
public sealed class TzxHeader : Header
Constructors
| Name | Description |
|---|---|
| TzxHeader(Byte[]) | The header of a TZX tape file containing format identification and version information. |
| TzxHeader(Byte, Byte) | Initializes a new instance of the TzxHeader class with the specified version. |
Properties
| Name | Description |
|---|---|
| IsValid | Gets a value indicating whether this header contains a valid TZX signature. |
| MajorVersion | Gets the major version number of the TZX format. |
| MinorVersion | Gets the minor version number of the TZX format. |