BusTransmitter
- class mtf.network_port.bus_transmitter.BusTransmitter
This abstract class provides the base functionality for performing bus transmissions.
- abstract classmethod transmit_frame(*args, **kwargs)
Abstract method that transmits a frame.
- Raises:
NotImplementedError: If this method is not implemented by a subclass.