getModuleConfig

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

Requests a module configuration section from the radio.

Return

The packet ID of the request.

Parameters

destNum

The node number to query.

moduleConfigType

The type of module configuration to request.

onRequestId

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