Range

data class Range(val low: UShort, val high: UShort) : RemainingHeartbeatPublicationCount

Remaining count of periodic Heartbeat messages represented as range. Exact count is only available when the count goes down to 2 and 1; otherwise a range is returned.

Constructors

Link copied to clipboard
constructor(low: UShort, high: UShort)

Constructs a range of remaining count of periodic Heartbeat messages.

Properties

Link copied to clipboard

High range value.

Link copied to clipboard
val low: UShort

Short range value.