Listener

interface Listener(source)

Callbacks from the transport to the owning radio interface.

Functions

Link copied to clipboard
abstract fun onConnected()

Called when the TCP connection is established and wake bytes have been sent.

Link copied to clipboard
abstract fun onDisconnected()

Called when the TCP connection is lost.

Link copied to clipboard
abstract fun onPacketReceived(bytes: ByteArray)

Called when a decoded Meshtastic packet arrives.