pub const SYS_IPC_RECV: usize = 202; // 202usizeExpand description
Receive a message from an IPC port.
port_handle: capability handle of the portbuf_ptr: buffer to receive the messagebuf_len: size of the buffer
Blocks until a message is available. Returns the number of bytes received.