PongEvent

class PongEvent(val id: Int, val linkType: Int, val rssi: Int, val snr: Int, val eventTimeMs: Long, val latency: Int?) : SidewalkCoverageTestEvent

Pong event got from device

Parameters

id

Identifier of the corresponding pong.

linkType

Link type that was used on device to receive pong.

rssi

Downlink RSSIs observed by edge device.

snr

Downlink SNR observed by edge device.

eventTimeMs

The ms time that the pong event occurred.

latency

The latency (round trip time) of this ping-pong.

Constructors

Link copied to clipboard
fun PongEvent(id: Int, linkType: Int, rssi: Int, snr: Int, eventTimeMs: Long, latency: Int?)

Properties

Link copied to clipboard
val eventTimeMs: Long
Link copied to clipboard
val id: Int
Link copied to clipboard
val latency: Int?
Link copied to clipboard
val linkType: Int
Link copied to clipboard
val rssi: Int
Link copied to clipboard
val snr: Int