Pong Event
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.
link Type
Link type that was used on device to receive pong.
rssi
Downlink RSSIs observed by edge device.
snr
Downlink SNR observed by edge device.
event Time Ms
The ms time that the pong event occurred.
latency
The latency (round trip time) of this ping-pong.