Function otLinkIsPromiscuous

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

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.