NopRadioTransport

An intentionally inert RadioTransport that silently discards all operations.

Used as a safe default when no valid device address is configured or when the requested transport type is unsupported. All method calls are no-ops — it never connects, never sends data, and never signals lifecycle events to the service layer.

Constructors

Link copied to clipboard
constructor(address: String)

Properties

Link copied to clipboard

Functions

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