Sidewalk Coverage Test Event
interface SidewalkCoverageTestEvent
The coverage test state for host app to handle
Types
Link copied to clipboard
Start wait for the test report from device
Link copied to clipboard
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
Test start event