setRemoteChannel

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

Updates a channel on the radio.

Return

The packet ID of the request.

Parameters

destNum

The node number to update.

channel

The new channel configuration.

onRequestId

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