[][src]Function openthread_sys::otThreadGetLocalLeaderWeight

pub unsafe extern "C" fn otThreadGetLocalLeaderWeight(
    aInstance: *mut otInstance
) -> u8

Get the Thread Leader Weight used when operating in the Leader role.

@param[in] aInstance A pointer to an OpenThread instance.

@returns The Thread Leader Weight value.

@sa otThreadSetLeaderWeight