Module message

Source
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