Transmitter

interface Transmitter

transmitter is responsible for delivering messages to the mesh network.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun send(pdu: ByteArray, type: PduType)

Sends the given data over the bearer. Data longer than MTU will automatically be segmented using the bearer protocol if bearer implements segmentation.