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.
pub unsafe extern "C" fn otThreadDeviceRoleToString(
aRole: u32,
) -> *const u8
Convert the device role to human-readable string.
@param[in] aRole The device role to convert.
@returns A string representing @p aRole.