getDeviceConnectionStatus

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

Requests the device connection status 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.