Skip to main content

SYS_TRANSPORT_RECV

Constant SYS_TRANSPORT_RECV 

Source
pub const SYS_TRANSPORT_RECV: usize = 262; // 262usize
Expand description

Receive a message from an IPC transport.

  • transport_handle: transport capability
  • buf_ptr: buffer to receive the message
  • buf_len: size of the buffer

Returns the number of bytes received.