[][src]Function openthread_sys::otBackboneRouterGetDomainPrefix

pub unsafe extern "C" fn otBackboneRouterGetDomainPrefix(
    aInstance: *mut otInstance,
    aConfig: *mut otBorderRouterConfig
) -> otError

This method gets the local Domain Prefix configuration.

@param[in] aInstance A pointer to an OpenThread instance. @param[out] aConfig A pointer to the Domain Prefix configuration.

@retval OT_ERROR_NONE Successfully got the Domain Prefix configuration. @retval OT_ERROR_NOT_FOUND No Domain Prefix was configured.