Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
zbus_proxy_agent_rx_msg Struct Reference

Internal thread payload for validated received messages. More...

#include <zephyr/zbus/proxy_agent/zbus_proxy_agent.h>

Data Fields

const struct zbus_channelchan
 Resolved shadow channel that will receive the message.
uint8_t message [CONFIG_ZBUS_PROXY_AGENT_MAX_MESSAGE_SIZE]
 Binary message data.

Detailed Description

Internal thread payload for validated received messages.

Field Documentation

◆ chan

const struct zbus_channel* zbus_proxy_agent_rx_msg::chan

Resolved shadow channel that will receive the message.

◆ message

uint8_t zbus_proxy_agent_rx_msg::message[CONFIG_ZBUS_PROXY_AGENT_MAX_MESSAGE_SIZE]

Binary message data.


The documentation for this struct was generated from the following file: