nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
remote_shell.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024-2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef NRF_RPC_REMOTE_SHELL_H_
8#define NRF_RPC_REMOTE_SHELL_H_
9
10#include <stddef.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
31char *nrf_rpc_invoke_remote_shell_cmd(size_t argc, char *argv[]);
32
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* NRF_RPC_REMOTE_SHELL_H_ */
char * nrf_rpc_invoke_remote_shell_cmd(size_t argc, char *argv[])
Invoke the remote server shell command.