ConfigHeartbeatPublicationStatus

constructor(destination: HeartbeatPublicationDestination = UnassignedAddress, countLog: CountLog = 0x00.toUByte(), periodLog: UByte = 0x00.toUByte(), ttl: UByte = 0x00.toUByte(), features: Array<Feature> = emptyArray(), networkKeyIndex: KeyIndex, status: ConfigMessageStatus = ConfigMessageStatus.SUCCESS)

Creates a ConfigHeartbeatPublicationStatus message.

Parameters

destination

Destination address of the Heartbeat Publication.

countLog

Number of Heartbeat messages remaining to be sent.

periodLog

Period between publication of two consecutive periodic heartbeat transport control messages.

ttl

TTL value used when sending Heartbeat messages.

features

Features that trigger Heartbeat messages.