ot::Message::GetMleCommand() const method
Gets the MLE command type. Caller MUST ensure that message sub type is `kSubTypeMle` before calling this method. Otherwise the returned value is not meaningful.
Syntax
Mle::Command GetMleCommand(void) const; Return value
The message's MLE command type.
![]()
Mle::Command GetMleCommand(void) const { return static_cast<Mle::Command>(GetMetadata().mMleCommand); }
ot::Message::GetMleCommand() const is called by 1 function:
![]()
ot::Message::GetMleCommand() const