MockInterface

class MockInterface @AssistedInject constructor(service: RadioInterfaceService, @Assisted val address: String) : IRadioInterface, Logging

A simulated interface that is used for testing in the simulator

Constructors

Link copied to clipboard
@AssistedInject
constructor(service: RadioInterfaceService, @Assisted address: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun handleSendToRadio(p: ByteArray)