pub unsafe extern "C" fn furi_message_queue_put(
    instance: *mut FuriMessageQueue,
    msg_ptr: *const c_void,
    timeout: u32
) -> FuriStatus
Expand description

Put message into queue

Returns:

  • The furi status.

Arguments

  • instance - pointer to FuriMessageQueue instance
  • msg_ptr - [Direction: In] The message pointer
  • timeout - [Direction: In] The timeout
  • msg_prio - [Direction: In] The message prio