Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dmessage.hpp214 uint8_t mMleCommand; // The MLE command type (used when `mSubType is `Mle`). member
591 …:Command GetMleCommand(void) const { return static_cast<Mle::Command>(GetMetadata().mMleCommand); } in GetMleCommand()
600 void SetMleCommand(Mle::Command aMleCommand) { GetMetadata().mMleCommand = aMleCommand; } in SetMleCommand()
Dmessage.cpp323 return (GetSubType() == kSubTypeMle) && (GetMetadata().mMleCommand == aMleCommand); in IsMleCommand()