SidewalkCoverageTestReport

fun SidewalkCoverageTestReport(linkType: Int, outputPower: Int, totalPongs: Int, totalPkts: Int, meanRssi: Int, meanSnr: Int, stdRssi: Double, stdSnr: Double, meanLatency: Int)

Parameters

linkType

The linkType of current test, 0: LoRA, 1: FSK, 2: BLE, 14: AUTO_SUB-GHZ, 15: AUTO_ALL_PHY

outputPower

The output power in dBm used by the edge device during the test.

totalPongs

Total number of PONGs transmitted during the test.

totalPkts

Total number of packets transmitted during the test.

meanRssi

Mean of downlink RSSIs observed by edge device during the test

meanSnr

Mean of downlink SNR observed by edge device during the test.

stdRssi

Standard deviation of downlink RSSIs observed by edge device during the test.

stdSnr

Standard deviation of downlink SNR observed by edge device during the test.

meanLatency

Mean round-trip latency in ms between sending a PING and receiving corresponding PONG message.