SidewalkCoverageTestReport

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

The coverage test result object

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.

Constructors

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

Properties

Link copied to clipboard
val linkType: Int
Link copied to clipboard
val meanLatency: Int
Link copied to clipboard
val meanRssi: Int
Link copied to clipboard
val meanSnr: Int
Link copied to clipboard
val outputPower: Int
Link copied to clipboard
val stdRssi: Double
Link copied to clipboard
val stdSnr: Double
Link copied to clipboard
val totalPkts: Int
Link copied to clipboard
val totalPongs: Int