pub unsafe extern "C" fn otIp6GetBorderRoutingCounters(
    aInstance: *mut otInstance
) -> *const otBorderRoutingCounters
Expand description

Gets the Border Routing counters.

OPENTHREAD_CONFIG_IP6_BR_COUNTERS_ENABLE build-time feature must be enabled.

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

@returns A pointer to the Border Routing counters.