pub const SYS_TRANSPORT_SEND: usize = 261; // 261usizeExpand description
Send a message through an IPC transport.
transport_handle: transport capability fromSYS_TRANSPORT_CREATEbuf_ptr: pointer to the message databuf_len: length of the message
Dispatches to the appropriate transport (N1/N2/N3) automatically.