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

Get message from queue

Returns:

  • The furi status.

Arguments

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