MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
Loading...
Searching...
No Matches
meshx_shell_cmd_t Struct Reference

Shell command structure. More...

#include <meshx_shell.h>

Data Fields

const char * command
const char * help
const char * hint
meshx_shell_func_t func

Detailed Description

Shell command structure.

Field Documentation

◆ command

const char* meshx_shell_cmd_t::command

Command name

◆ func

meshx_shell_func_t meshx_shell_cmd_t::func

Command function

◆ help

const char* meshx_shell_cmd_t::help

Help text

◆ hint

const char* meshx_shell_cmd_t::hint

Hint text (optional)


The documentation for this struct was generated from the following file: