[][src]Function openthread_sys::otIp6SetMulticastPromiscuousEnabled

pub unsafe extern "C" fn otIp6SetMulticastPromiscuousEnabled(
    aInstance: *mut otInstance,
    aEnabled: bool
)

Enable multicast promiscuous mode on the Thread interface.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aEnabled TRUE to enable Multicast Promiscuous mode, FALSE otherwise.

@sa otIp6IsMulticastPromiscuousEnabled