FakeRadioTransport

A test double for RadioTransport that tracks sent data.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Clears the recorded heartbeat without changing transport lifecycle state.

Link copied to clipboard

Clears the recorded payload history without changing transport lifecycle state.

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