Home
last modified time | relevance | path

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

/openthread-3.4.0/src/cli/
Dcli_output.hpp127 template <typename Cli> struct CommandEntry struct in ot::Cli::Output
129 typedef otError (Cli::*Handler)(Arg aArgs[]); ///< The handler method pointer type.
140 int Compare(const char *aName) const { return strcmp(aName, mName); } in Compare()
152 constexpr static bool AreInOrder(const CommandEntry &aFirst, const CommandEntry &aSecond) in AreInOrder()
157 const char *mName; ///< The command name.
158 Handler mHandler; ///< The handler method pointer.