TapeBlock Constructors
Base class for a block on a tape.
protected TapeBlock(bool? initialSignal = null);
Parameters
| Name | Type | Description |
|---|---|---|
| initialSignal | Boolean? | The initial signal level, or null to continue from the previous block. |
Base class for a block on a tape.
protected TapeBlock(bool? initialSignal = null);
| Name | Type | Description |
|---|---|---|
| initialSignal | Boolean? | The initial signal level, or null to continue from the previous block. |