Function otThreadSetLocalLeaderWeight

Source
pub unsafe extern "C" fn otThreadSetLocalLeaderWeight(
    aInstance: *mut otInstance,
    aWeight: u8,
)
Expand description

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

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aWeight The Thread Leader Weight value.

@sa otThreadGetLeaderWeight