Expand description
Message handling module providing synchronous and asynchronous message operations
This module provides functions for sending messages in both synchronous and asynchronous modes.
Re-exports§
pub use crate::bindings::root::asyncMessageRB;pub use crate::bindings::root::syncMessageRB;
Functions§
- async_
message - Function to send an asynchronous message
- sync_
message - Function to send a synchronous message