[][src]Function openthread_sys::otBackboneRouterSetConfig

pub unsafe extern "C" fn otBackboneRouterSetConfig(
    aInstance: *mut otInstance,
    aConfig: *const otBackboneRouterConfig
)

This function sets the local Backbone Router configuration.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aConfig A pointer to the Backbone Router configuration to take effect.

@sa otBackboneRouterSetEnabled @sa otBackboneRouterGetState @sa otBackboneRouterGetConfig @sa otBackboneRouterRegister