pub unsafe extern "C" fn FT_W32_PurgeComm(
    ftHandle: FT_HANDLE,
    dwMask: DWORD
) -> BOOL
Expand description

@noop FT_W32_PurgeComm @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 purges the device. @param ftHandle Handle of the device. @param dwMask Specifies the action to take. The action can be a combination of the following: @li PURGE_TXABORT - Terminate outstanding overlapped writes @li PURGE_RXABORT - Terminate outstanding overlapped reads @li PURGE_TXCLEAR - Clear the transmit buffer @li PURGE_RXCLEAR - Clear the receive buffer @returns If the function is successful, the return value is nonzero. If the function is unsuccessful, the return value is zero.