MockInterfaceSpec

class MockInterfaceSpec @Inject constructor(factory: MockInterfaceFactory) : InterfaceSpec<MockInterface>

Mock interface backend implementation.

Constructors

Link copied to clipboard
@Inject
constructor(factory: MockInterfaceFactory)

Functions

Link copied to clipboard
open override fun addressValid(rest: String): Boolean

Return true if this address is still acceptable. For BLE that means, still bonded

Link copied to clipboard
open override fun createInterface(rest: String): MockInterface