Init()
Initializes the TLV.
GetNumEntries() const
Returns the number of Border Router entries.
GetEntry()
Returns a pointer to the Border Router entry at a given index.
GetEntry() const
Returns a pointer to the Border Router entry at a given index.
GetFirstEntry()
Returns a pointer to the first BorderRouterEntry (at index 0'th).
GetFirstEntry() const
Returns a pointer to the first BorderRouterEntry (at index 0'th).
GetLastEntry()
Returns a pointer to the last BorderRouterEntry. If there are no entries the pointer will be invalid but guaranteed to be before the `GetFirstEntry()` pointer.
GetLastEntry() const
Returns a pointer to the last BorderRouterEntry. If there are no entries the pointer will be invalid but guaranteed to be before the `GetFirstEntry()` pointer.