pub unsafe extern "C" fn otMessageSetMulticastLoopEnabled(
aMessage: *mut otMessage,
aEnabled: bool,
)
Expand description
Controls whether the given message may be looped back in a case of a multicast destination address.
@param[in] aMessage A pointer to the message. @param[in] aEnabled The configuration value.