pub const SYS_TRANSPORT_RECV: usize = 262; // 262usizeExpand description
Receive a message from an IPC transport.
transport_handle: transport capabilitybuf_ptr: buffer to receive the messagebuf_len: size of the buffer
Returns the number of bytes received.