pub unsafe extern "C" fn otThreadErrorToString(
aError: u32,
) -> *const u8
Expand description
Converts an otError enum into a string.
@param[in] aError An otError enum.
@returns A string representation of an otError.
pub unsafe extern "C" fn otThreadErrorToString(
aError: u32,
) -> *const u8
Converts an otError enum into a string.
@param[in] aError An otError enum.
@returns A string representation of an otError.