setOwner

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

Updates the owner information on the radio.

Return

The packet ID of the request.

Parameters

destNum

The node number to update.

user

The new user configuration.

onRequestId

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