Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.hpp671 uint8_t GetMaskLength(void) const { return mMaskLength; } in GetMaskLength()
672 void SetMaskLength(uint8_t aMaskLength) { mMaskLength = aMaskLength; } in SetMaskLength()
678 uint8_t mMaskLength; member in ot::MeshCoP::ChannelMaskTlv::Entry