HeartbeatSubscriptionCount

This enum represents the number of Heartbeat messages received.

Inheritors

Types

Link copied to clipboard
data class Exact(val value: UShort) : HeartbeatSubscriptionCount

Number of Heartbeat messages received. Exact count is only available when there was none, or only one Heartbeat message received.

Link copied to clipboard
data class Invalid(val countLog: UByte) : HeartbeatSubscriptionCount

Unsupported CountLog value sent.

Link copied to clipboard

Number of Heartbeat messages received as range.

Link copied to clipboard

More than 0xFFFE messages have been received.