ServiceBroadcasts

Interface for broadcasting service-level events to the application.

Functions

Link copied to clipboard
abstract fun broadcastConnection()

Broadcasts that the radio connection state has changed.

Link copied to clipboard
abstract fun broadcastMessageStatus(packetId: Int, status: ERROR CLASS: Symbol not found for MessageStatus)

Broadcasts that the status of a message has changed.

Link copied to clipboard
abstract fun broadcastNodeChange(node: ERROR CLASS: Symbol not found for Node)

Broadcasts that node information has changed.

Link copied to clipboard
abstract fun broadcastReceivedData(dataPacket: ERROR CLASS: Symbol not found for DataPacket)

Broadcasts received data to the application.

Link copied to clipboard
abstract fun subscribeReceiver(receiverName: String, packageName: String)

Subscribes a receiver to mesh broadcasts.