Function libftd2xx_ffi::FT_Rescan

source ·
pub unsafe extern "C" fn FT_Rescan() -> FT_STATUS
Expand description

@noop FT_Rescan @par Supported Operating Systems Windows (2000 and later) @par Summary This function can be of use when trying to recover devices programatically. @returns FT_OK if successful, otherwise the return value is an FT error code. @remarks Calling FT_Rescan is equivalent to clicking the “Scan for hardware changes” button in the Device Manager. Only USB hardware is checked for new devices. All USB devices are scanned, not just FTDI devices.