lock method

void lock()

Locks the cassette so that it cannot be written to.

Implementation

void lock() {
  _locked = true;
}