PingEvent

class PingEvent(val id: Int, val linkType: Int, val outputPower: Int, val eventTimeMs: Long) : SidewalkCoverageTestEvent

Ping event got from device

Parameters

id

Identifier of the ping. Note that when the number reaches maximum value, it would go back to zero.

linkType

Link type that was used on device to send ping.

outputPower

The output power in dBm used by the edge device.

eventTimeMs

The ms time that the ping event occurred.

Constructors

Link copied to clipboard
fun PingEvent(id: Int, linkType: Int, outputPower: Int, eventTimeMs: Long)

Properties

Link copied to clipboard
val eventTimeMs: Long
Link copied to clipboard
val id: Int
Link copied to clipboard
val linkType: Int
Link copied to clipboard
val outputPower: Int