esp_idf_svc::sys

Function otThreadDeviceRoleToString

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

Convert the device role to human-readable string.

@param[in] aRole The device role to convert.

@returns A string representing @p aRole.