Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
radio_cli_commands.h File Reference

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)
 

Detailed Description

Radio CLI commands.


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2024 Trident IoT, LLC https://www.tridentiot.com


Function Documentation

◆ cli_command_execute()

void cli_command_execute ( char * cmdStr,
size_t length )

Execute cmdStr

Parameters
[in]cmdStr
[in]length

◆ cli_commands_init()

void cli_commands_init ( EmbeddedCli * cli)

Initialize the CLI and add commands

Parameters
[in]cli