nRF Connect SDK API 2.8.99
|
#include <zboss_api.h>
Go to the source code of this file.
Functions | |
zb_uint8_t | zb_shell_get_endpoint (void) |
Function to get the Endpoint number used by the shell. | |
void | zb_shell_set_endpoint (zb_uint8_t ep) |
Sets the Endpoint number used by the shell. | |
void | zb_shell_configure_endpoint (void) |
Configures shell endpoint by setting number of endpoint to be used by the shell and registers shell endpoint handler for chosen endpoint. | |
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 is processed by the Zigbee stack. | |
void | zb_shell_debug_set (zb_bool_t debug) |
Function for setting the state of the debug mode of the shell. | |
zb_bool_t | zb_shell_debug_get (void) |
Function for getting the state of the debug mode of the shell. | |