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

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.