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

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.