nextSequenceNumber

abstract suspend fun nextSequenceNumber(uuid: UUID, address: UnicastAddress): UInt

Returns the next SEQ number to be used to send a message from the given Unicast Address. Each time this method is called returned value is incremented by 1. Size of SEQ is 24 bits.

Return

next SEQ number to be used.

Parameters

address

Unicast address of the node or the element.