[][src]Function openthread_sys::otLinkIsPromiscuous

pub unsafe extern "C" fn otLinkIsPromiscuous(aInstance: *mut otInstance) -> bool

This function indicates whether or not promiscuous mode is enabled at the link layer.

@param[in] aInstance A pointer to an OpenThread instance.

@retval true Promiscuous mode is enabled. @retval false Promiscuous mode is not enabled.