Commande CLI

#include <cli.h>

Cette structure représente une commande CLI.

Synthèse

Attributs publics

mCommand)(void *aContext, uint8_t aArgsLength, char *aArgs[])
Pointeur de fonction pour traiter la commande.
mName
const char *
Un pointeur vers la chaîne de commande.

Attributs publics

mCommand

otError(* otCliCommand::mCommand)(void *aContext, uint8_t aArgsLength, char *aArgs[])

Pointeur de fonction pour traiter la commande.

Nom

const char * otCliCommand::mName

Un pointeur vers la chaîne de commande.

Resources

Les sujets de référence de l'API OpenThread proviennent du code source, disponible sur GitHub. Pour plus d'informations ou pour contribuer à notre documentation, reportez-vous à la page Ressources.