SidewalkCoverageTestEvent

The coverage test state for host app to handle

Inheritors

Types

Link copied to clipboard

Start wait for the test report from device

Link copied to clipboard
class MissingPongEvent(val id: Int, val eventTimeMs: Long) : SidewalkCoverageTestEvent

Missing pong event got from device

Link copied to clipboard
class PingEvent(val id: Int, val linkType: Int, val outputPower: Int, val eventTimeMs: Long) : SidewalkCoverageTestEvent

Ping event got from device

Link copied to clipboard
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

Link copied to clipboard

Test result got from device

Link copied to clipboard
class TestStart(val testDuration: Int) : SidewalkCoverageTestEvent

Test start event