mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
POSIX FTDI: Nicer error message for when device is in use
Commonly, the device is being used by another libicsneo program (icsscand, maybe) or passed through to a VM.
This commit is contained in:
@@ -78,6 +78,7 @@ public:
|
||||
DriverFailedToClose = 0x3003,
|
||||
PacketChecksumError = 0x3004,
|
||||
TransmitBufferFull = 0x3005,
|
||||
DeviceInUse = 0x3006,
|
||||
PCAPCouldNotStart = 0x3102,
|
||||
PCAPCouldNotFindDevices = 0x3103,
|
||||
PacketDecodingError = 0x3104,
|
||||
|
||||
Reference in New Issue
Block a user