pub unsafe extern "C" fn otMessageSetLoopbackToHostAllowed(
aMessage: *mut otMessage,
aAllowLoopbackToHost: bool,
)
Expand description
Sets whether or not the message is allowed to be looped back to host.
@param[in] aMessage A pointer to a message buffer. @param[in] aAllowLoopbackToHost Whether to allow the message to be looped back to host.