Skip to main content

SYS_IPC_RECV

Constant SYS_IPC_RECV 

Source
pub const SYS_IPC_RECV: usize = 202;
Expand description

Receive a message from an IPC port.

  • port_handle: capability handle of the port
  • buf_ptr: buffer to receive the message
  • buf_len: size of the buffer

Blocks until a message is available. Returns the number of bytes received.