SidewalkCoverageTestConfig

fun SidewalkCoverageTestConfig(pingInterval: Int = 30, testDuration: Int = 300, shouldReceivePingPongProgress: Boolean = false)

Parameters

pingInterval

Each ping interval in seconds, max value: 2^14 - 1, min value: 5

testDuration

The total duration the test should run in seconds, max value: 2^16 - 1, min value: pingInterval

shouldReceivePingPongProgress

Determine whether report the ping/pong instant progress event or not