pub unsafe extern "C" fn otLinkRawSrcMatchEnable(
    aInstance: *mut otInstance,
    aEnable: bool
) -> otError
Expand description

Enable/Disable source match for frame pending.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aEnable Enable/disable source match for frame pending.

@retval OT_ERROR_NONE If successful. @retval OT_ERROR_INVALID_STATE If the raw link-layer isn’t enabled.