Skip to main content

SYS_TRANSPORT_SEND

Constant SYS_TRANSPORT_SEND 

Source
pub const SYS_TRANSPORT_SEND: usize = 261; // 261usize
Expand description

Send a message through an IPC transport.

  • transport_handle: transport capability from SYS_TRANSPORT_CREATE
  • buf_ptr: pointer to the message data
  • buf_len: length of the message

Dispatches to the appropriate transport (N1/N2/N3) automatically.