Skip to main content

sys_transport_recv

Function sys_transport_recv 

Source
pub fn sys_transport_recv(
    handle: u64,
    buf_ptr: u64,
    buf_len: u64,
) -> Result<u64, SyscallError>
Expand description

SYS_TRANSPORT_RECV: receive a message from a transport handle.