GetSize() const
Returns the size of the buffer to store the mutable Network Data.
GetBytes()
Returns a pointer to start of the TLVs in `NetworkData`.
Clear()
Clears the network data.
SetLength()
Sets the Network Data length.
GetTlvsStart()
Returns a pointer to the start of Network Data TLV sequence.
GetTlvsEnd()
Returns a pointer to the end of Network Data TLV sequence.
FindPrefix()
Returns a pointer to a Prefix TLV.
FindPrefix()
Returns a pointer to a Prefix TLV.
FindService()
Returns a pointer to a matching Service TLV.
CanInsert() const
Indicates whether there is space in Network Data to insert/append new info and grow it by a given number of bytes.
AppendTlv()
Grows the Network Data to append a TLV with a requested size. On success, the returned TLV is not initialized (i.e., the TLV Length field is not set) but the requested size for it (@p aTlvSize number of bytes) is reserved in the Network Data.
Insert()
Inserts bytes into the Network Data.
Remove()
Removes bytes from the Network Data.
RemoveTlv()
Removes a TLV from the Network Data.
RemoveTemporaryData()
Strips non-stable data from the Thread Network Data.
RemoveTemporaryDataIn()
RemoveTemporaryDataIn()