|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Shell transport instance. More...
#include <zephyr/shell/shell.h>
Data Fields | |
| const struct shell_transport_api * | api |
| Transport backend operations. | |
| void * | ctx |
| Transport instance context. | |
Shell transport instance.
Binds a transport backend implementation (shell_transport_api) to its per-instance context. It is instantiated by a backend's SHELL_*_DEFINE macro and referenced by a shell instance through its transport interface.
| const struct shell_transport_api* shell_transport::api |
Transport backend operations.
| void* shell_transport::ctx |
Transport instance context.