mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
POSIX FTDI: Count LIBUSB_ERROR_IO as a disconnection
This commit is contained in:
@@ -54,6 +54,7 @@ private:
|
||||
|
||||
static std::vector<std::tuple<int, std::string>> handles;
|
||||
|
||||
static bool ErrorIsDisconnection(int errorCode);
|
||||
void readTask();
|
||||
void writeTask();
|
||||
bool openable; // Set to false in the constructor if the object has not been found in searchResultDevices
|
||||
|
||||
Reference in New Issue
Block a user