Skip to main content

SYS_IPC_REPLY

Constant SYS_IPC_REPLY 

Source
pub const SYS_IPC_REPLY: usize = 204; // 204usize
Expand description

Reply to the current IPC call.

  • msg_ptr: pointer to the reply message
  • msg_len: length of the reply

Must be called from within an IPC_CALL handler. Wakes the waiting caller.