InitFrom()
Initializes the TLV using information from a given `Router`.
InitAsEmpty()
Initializes the TLV as empty (zero length).
GetFlags() const
Returns the Flags field (`kFlags*` constants define bits in flags).
GetRloc16() const
Returns the RLOC16 field.
GetExtAddress() const
Returns the Extended Address.
GetVersion() const
Returns the Version field.
GetConnectionTime() const
Returns the Connection Time field.
GetLinkMargin() const
Returns the Link Margin field.
Returns the Average RSSI field.
Returns the Last RSSI field (RSSI of last received frame from router).
GetFrameErrorRate() const
Returns the Frame Error Rate field. `kFlagsTrackErrRate` from `GetFlags()` indicates whether or not the implementation supports tracking of error rates and whether or not the value in this field is valid.
GetMessageErrorRate() const
Returns the Message Error Rate field. `kFlagsTrackErrRate` from `GetFlags()` indicates whether or not the implementation supports tracking of error rates and whether or not the value in this field is valid.