Home
last modified time | relevance | path

Searched refs:GetMaskLength (Results 1 – 1 of 1) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Dmeshcop_tlvs.hpp1289 uint8_t GetMaskLength(void) const { return mMaskLength; } in GetMaskLength() function in ot::MeshCoP::ChannelMaskEntryBase
1392 bool IsValid(void) const { return GetMaskLength() == sizeof(mMask); } in IsValid()