|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Structure for proxy agent backend descriptor. More...
#include <zephyr/zbus/proxy_agent/zbus_proxy_agent.h>
Data Fields | |
| enum zbus_proxy_agent_backend_type | type |
| Type of the backend. | |
| const struct zbus_proxy_agent_backend_api * | api |
| API for the backend. | |
Structure for proxy agent backend descriptor.
| const struct zbus_proxy_agent_backend_api* zbus_proxy_agent_backend_desc::api |
API for the backend.
| enum zbus_proxy_agent_backend_type zbus_proxy_agent_backend_desc::type |
Type of the backend.