|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Internal thread payload for validated received messages. More...
#include <zephyr/zbus/proxy_agent/zbus_proxy_agent.h>
Data Fields | |
| const struct zbus_channel * | chan |
| Resolved shadow channel that will receive the message. | |
| uint8_t | message [CONFIG_ZBUS_PROXY_AGENT_MAX_MESSAGE_SIZE] |
| Binary message data. | |
Internal thread payload for validated received messages.
| const struct zbus_channel* zbus_proxy_agent_rx_msg::chan |
Resolved shadow channel that will receive the message.
| uint8_t zbus_proxy_agent_rx_msg::message[CONFIG_ZBUS_PROXY_AGENT_MAX_MESSAGE_SIZE] |
Binary message data.