Skip to main content

SYS_IPC_SEND

Constant SYS_IPC_SEND 

Source
pub const SYS_IPC_SEND: usize = 201; // 201usize
Expand description

Send a message to an IPC port.

  • port_handle: capability handle of the target port
  • msg_ptr: pointer to the message data
  • msg_len: length of the message in bytes

Blocks if the port’s message queue is full.