SidewalkCoverageTestConfig

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

The data holder of coverage test config

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

Constructors

Link copied to clipboard
fun SidewalkCoverageTestConfig(pingInterval: Int = 30, testDuration: Int = 300, shouldReceivePingPongProgress: Boolean = false)

Properties

Link copied to clipboard
val pingInterval: Int = 30
Link copied to clipboard
val shouldReceivePingPongProgress: Boolean = false
Link copied to clipboard
val testDuration: Int = 300