Mock Interface
class MockInterface @AssistedInject constructor(service: RadioInterfaceService, @Assisted val address: String) : IRadioInterface, Logging
A simulated interface that is used for testing in the simulator
A simulated interface that is used for testing in the simulator