ot::Utils::Block::SetNext() method
Updates the offset of the free block after this block.
Syntax
void SetNext(uint16_t aNext); Arguments
aNext
Offset of the next free block in bytes.
Notes
This offset @p aNext must be relative to the start of the heap.