7#ifndef ZIGBEE_SHELL_H__
8#define ZIGBEE_SHELL_H__
67#ifdef CONFIG_ZIGBEE_SHELL_DEBUG_CMD
73zb_bool_t zb_shell_nvram_enabled(
void);
zb_bool_t zb_shell_debug_get(void)
Function for getting the state of the debug mode of the shell.
zb_uint8_t zb_shell_get_endpoint(void)
Function to get the Endpoint number used by the shell.
void zb_shell_debug_set(zb_bool_t debug)
Function for setting the state of the debug mode of the shell.
void zb_shell_set_endpoint(zb_uint8_t ep)
Sets the Endpoint number used by the shell.
zb_uint8_t zb_shell_ep_handler(zb_bufid_t bufid)
Function for intercepting every frame coming to the endpoint, so the frame may be processed before it...
void zb_shell_configure_endpoint(void)
Configures shell endpoint by setting number of endpoint to be used by the shell and registers shell e...