SidewalkCoverageTestOption
Configurable option for starting coverage test.
-
The default interval (second) between each ping initiated by Sidewalk device in coverage test.
-
The minimum value of
pingInterval
. -
The maximum value of
pingInterval
. -
The default duration (second) of coverage test.
-
The interval (second) between each ping initiated by Sidewalk device in coverage test.
The value should be within [5, 2^14 - 1] Note that although this property is declared as
UInt16
, it can only use 14 bits. -
The duration (second) of the coverage test.
The value should be within [
pingInterval
, 2^16 - 1] -
Indicates if Sidewalk device should provide ping/pong information during the progress of coverage test.
If
true
, Sidewalk Mobile SDK will useonProgressUpdated
to provide ping/pong information from Sidewalk device during the coverage test. This may cause both mobile and Sidewalk device to consume more power.If
false
, after test is started, there will not be any progress update until ping-pong test is finished (either bytestDuration
or cancellation) , and at that time Sidewalk Mobile SDK will collect test report. -
Create a custom option for starting coverage test.