Skip to main content

SYS_CHAN_SEND

Constant SYS_CHAN_SEND 

Source
pub const SYS_CHAN_SEND: usize = 221; // 221usize
Expand description

Send a message through a typed channel (blocks if full).

  • handle: channel handle
  • msg_ptr: pointer to the message data

Blocks until space is available in the channel buffer.