getRingtone

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

Requests the ringtone 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.