Radio CLI commands. More...
#include <embedded_cli.h>
Include dependency graph for radio_cli_commands.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | cli_commands_init (EmbeddedCli *cli) |
| void | cli_command_execute (char *cmdStr, size_t length) |
Radio CLI commands.
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2024 Trident IoT, LLC https://www.tridentiot.com
| void cli_command_execute | ( | char * | cmdStr, |
| size_t | length ) |
Execute cmdStr
| [in] | cmdStr | |
| [in] | length |
| void cli_commands_init | ( | EmbeddedCli * | cli | ) |
Initialize the CLI and add commands
| [in] | cli |