RadioTransportWriter

Writes raw protocol frames to the currently admitted transport.

Inheritors

Functions

Link copied to clipboard
open fun sendToRadio(bytes: ByteArray)

Sends bytes when a transport is available; callers that need admission evidence use trySendToRadio.

Link copied to clipboard
abstract fun trySendToRadio(bytes: ByteArray): Boolean

Attempts to dispatch bytes to the active transport.