[][src]Function openthread_sys::otLinkRawSrcMatchClearShortEntry

pub unsafe extern "C" fn otLinkRawSrcMatchClearShortEntry(
    aInstance: *mut otInstance,
    aShortAddress: u16
) -> otError

Removing short address to the source match table.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aShortAddress The short address to be removed.

@retval OT_ERROR_NONE Successfully removed short address from the source match table. @retval OT_ERROR_NO_ADDRESS The short address is not in source match table. @retval OT_ERROR_INVALID_STATE If the raw link-layer isn't enabled.