InterfaceSpec

This interface defines the contract that all radio backend implementations must adhere to.

Inheritors

Functions

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

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

Link copied to clipboard
abstract fun createInterface(rest: String): T