pub unsafe extern "C" fn otIp6SetMulticastPromiscuousEnabled(
aInstance: *mut otInstance,
aEnabled: bool,
)
Expand description
Enables or disables 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