furi_thread_get_appid

Function furi_thread_get_appid 

Source
pub unsafe extern "C" fn furi_thread_get_appid(
    thread_id: FuriThreadId,
) -> *const c_char
Expand description

Get the application id of a thread based on its unique identifier.

§Arguments

  • thread_id (direction in) - unique identifier of the thread to be queried

§Returns

pointer to a zero-terminated string