mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Event: Better error message for USB powered devices
This commit is contained in:
@@ -76,6 +76,9 @@ public:
|
||||
TerminationNotSupportedDevice = 0x2024,
|
||||
TerminationNotSupportedNetwork = 0x2025,
|
||||
AnotherInTerminationGroupEnabled = 0x2026,
|
||||
NoSerialNumberFW = 0x2027, // A firmware update was already attempted
|
||||
NoSerialNumber12V = 0x2028, // The device must be powered with 12V for communication to be established
|
||||
NoSerialNumberFW12V = 0x2029, // The device must be powered with 12V for communication to be established, a firmware update was already attempted
|
||||
|
||||
// Transport Events
|
||||
FailedToRead = 0x3000,
|
||||
|
||||
Reference in New Issue
Block a user