starina_api::syscall

Function channel_call

Source
pub fn channel_call(
    handle: HandleId,
    msginfo: MessageInfo,
    msgbuffer: *const MessageBuffer,
) -> Result<MessageInfo, FtlError>
Expand description

Sends a message and then receives a reply. Blocking.