pub unsafe extern "C" fn otBackboneRouterConfigNextMulticastListenerRegistrationResponse(
    aInstance: *mut otInstance,
    aStatus: u8
)
Expand description

Configures the response status for the next Multicast Listener Registration.

Available when OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE, OPENTHREAD_CONFIG_BACKBONE_ROUTER_MULTICAST_ROUTING_ENABLE, and OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE are enabled.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aStatus The status to respond.