Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_mgmt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018-2021 mcumgr authors
3 * Copyright (c) 2023 Nordic Semiconductor ASA
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
13
14#ifndef H_SHELL_MGMT_
15#define H_SHELL_MGMT_
16
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
32#define SHELL_MGMT_ID_EXEC 0
34
51
52#ifdef __cplusplus
53}
54#endif
55
59
60#endif /* H_SHELL_MGMT_ */
shell_mgmt_err_code_t
Command result codes for shell management group.
Definition shell_mgmt.h:38
@ SHELL_MGMT_ERR_COMMAND_TOO_LONG
The provided command to execute is too long.
Definition shell_mgmt.h:46
@ SHELL_MGMT_ERR_EMPTY_COMMAND
No command to execute was provided.
Definition shell_mgmt.h:49
@ SHELL_MGMT_ERR_UNKNOWN
Unknown error occurred.
Definition shell_mgmt.h:43
@ SHELL_MGMT_ERR_OK
No error, this is implied if there is no ret value in the response.
Definition shell_mgmt.h:40