[][src]Function openthread_sys::otLinkRawGetPromiscuous

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

This function gets the status of promiscuous mode.

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

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