Home
last modified time | relevance | path

Searched defs:NameData (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/meshcop/
Dnetwork_name.hpp58 class NameData : private Data<kWithUint8Length> class
70 NameData(const char *aBuffer, uint8_t aLength) { Init(aBuffer, aLength); } in NameData() function in ot::MeshCoP::NameData