getCannedMessages

open suspend fun getCannedMessages(destNum: Int, onRequestId: (Int) -> Unit = {}): Int(source)

Requests the canned messages from the radio.

Return

The packet ID of the request.

Parameters

destNum

The node number to query.

onRequestId

Invoked with the request's packet ID before the send is issued.