Function libftd2xx_ffi::FT_ClrDtr

source ·
pub unsafe extern "C" fn FT_ClrDtr(ftHandle: FT_HANDLE) -> FT_STATUS
Expand description

@noop FT_ClrDtr @par Supported Operating Systems Linux Mac OS X (10.4 and later) Windows (2000 and later) Windows CE (4.2 and later) @par Summary This function clears the Data Terminal Ready (DTR) control signal. @param ftHandle Handle of the device. @returns FT_OK if successful, otherwise the return value is an FT error code. @remarks This function de-asserts the Data Terminal Ready (DTR) line of the device.