Interface BMPTransceiverInterface

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
TransceiverInterface
All Known Implementing Classes:
Transceiver, UnimplementedBMPTransceiver

public interface BMPTransceiverInterface
extends AutoCloseable
The interface supported by the Transceiver for talking to a BMP. Emulates a lot of default handling and variant-type handling by Python.

Note that operations on a particular BMP (i.e., with the same BMPCoords) are always thread-unsafe.

Author:
Donal Fellows