openthread_sys

Function otPlatRadioGetPromiscuous

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

Get the status of promiscuous mode.

@param[in] aInstance The OpenThread instance structure.

@retval TRUE Promiscuous mode is enabled. @retval FALSE Promiscuous mode is disabled.