Interface TransceiverInterface

All Superinterfaces:
AutoCloseable, BMPTransceiverInterface
All Known Implementing Classes:
Transceiver

public interface TransceiverInterface
extends BMPTransceiverInterface
The interface supported by the Transceiver. Emulates a lot of default handling and variant-type handling by Python.

Note that operations on a BMP are always thread-unsafe.

Author:
Donal Fellows