SidewalkCoverageTestReport
public struct SidewalkCoverageTestReport
Final report of Amazon Sidewalk coverage test.
-
Link type that was used on Amazon Sidewalk device to send pings and receive pongs.
Declaration
Swift
public let linkType: SidewalkCoverageTestLinkType
-
The output power in dBm used by the Amazon Sidewalk device during the test.
Declaration
Swift
public let outputPower: Int8
-
Total number of PINGs transmitted during the test.
Declaration
Swift
public let totalPings: UInt16
-
Total number of PONGs received during the test.
Declaration
Swift
public let totalReceivedPongs: UInt16
-
Mean of downlink RSSIs observed by Amazon Sidewalk device during the test.
The range is within [-128, 127].
Declaration
Swift
public let meanRSSI: Int8
-
Standard deviation of downlink RSSIs observed by Amazon Sidewalk device during the test.
Declaration
Swift
public let stdRSSI: Double
-
Mean of downlink SNR observed by Amazon Sidewalk device during the test.
The range is within [-128, 127].
Declaration
Swift
public let meanSNR: Int8
-
Standard deviation of downlink SNR observed by Amazon Sidewalk device during the test.
Declaration
Swift
public let stdSNR: Double
-
Mean round-trip latency in ms between sending a PING and receiving corresponding PONG message.
Declaration
Swift
public let meanLatencyMs: UInt16