otCliCommand Struct Reference

This structure represents a CLI command.

#include < include/openthread/cli.h >

Public Attributes

const char * mName
A pointer to the command string.
otError (* mCommand )(void *aContext, uint8_t aArgsLength, char *aArgs[])
A function pointer to process the command.
void(* mCommand )(void *aContext, uint8_t aArgsLength, char *aArgs[])
A function pointer to process the command.

This structure represents a CLI command.


The documentation for this struct was generated from the following files:
  • include/openthread/ cli.h
  • doxygen_overrides.txt