Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp964 … struct TypeArray : public Array<uint16_t, kTypeArraySize> // Array of record types for NSEC record struct in ot::Dns::Multicast::Core::Entry
966 void Add(uint16_t aType) { SuccessOrAssert(PushBack(aType)); } in Add()