|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Structure for proxy agent message. More...
#include <zephyr/zbus/proxy_agent/zbus_proxy_agent.h>
Data Fields | |
| uint32_t | message_size |
| Size of the message data. | |
| uint8_t | message [CONFIG_ZBUS_PROXY_AGENT_MAX_MESSAGE_SIZE] |
| Binary message data. | |
| uint32_t | channel_name_len |
| Length of the channel name including the NUL terminator. | |
| char | channel_name [CONFIG_ZBUS_PROXY_AGENT_MAX_CHANNEL_NAME_SIZE] |
| Channel name associated with the message. | |
Structure for proxy agent message.
| char zbus_proxy_msg::channel_name[CONFIG_ZBUS_PROXY_AGENT_MAX_CHANNEL_NAME_SIZE] |
Channel name associated with the message.
| uint32_t zbus_proxy_msg::channel_name_len |
Length of the channel name including the NUL terminator.
| uint8_t zbus_proxy_msg::message[CONFIG_ZBUS_PROXY_AGENT_MAX_MESSAGE_SIZE] |
Binary message data.
| uint32_t zbus_proxy_msg::message_size |
Size of the message data.