Class UnimplementedBMPTransceiver

java.lang.Object
uk.ac.manchester.spinnaker.transceiver.UnimplementedBMPTransceiver
All Implemented Interfaces:
AutoCloseable, BMPTransceiverInterface

public abstract class UnimplementedBMPTransceiver
extends Object
implements BMPTransceiverInterface
A transceiver where every operation (except the few mandatory ones) fails with UnsupportedOperationException. A suitable base for partial implementations.
Author:
Donal Fellows