esp_idf_svc::sys

Function otJoinerStateToString

Source
pub unsafe extern "C" fn otJoinerStateToString(
    aState: u32,
) -> *const u8
Expand description

Converts a given joiner state enumeration value to a human-readable string.

@param[in] aState The joiner state.

@returns A human-readable string representation of @p aState.