[][src]Function openthread_sys::otPlatRadioAddSrcMatchShortEntry

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

Add a short address to the source address match table.

@param[in] aInstance The OpenThread instance structure. @param[in] aShortAddress The short address to be added.

@retval OT_ERROR_NONE Successfully added short address to the source match table. @retval OT_ERROR_NO_BUFS No available entry in the source match table.