mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Added errors for DeviceCurrentlyOpen and DeviceCurrentlyClosed
This commit is contained in:
@@ -38,6 +38,8 @@ public:
|
||||
BufferInsufficient = 0x1002,
|
||||
OutputTruncated = 0x1003,
|
||||
ParameterOutOfRange = 0x1004,
|
||||
DeviceCurrentlyOpen = 0x1005,
|
||||
DeviceCurrentlyClosed = 0x1006,
|
||||
|
||||
// Device Errors
|
||||
PollingMessageOverflow = 0x2000,
|
||||
@@ -53,8 +55,9 @@ public:
|
||||
FailedToRead = 0x3000,
|
||||
FailedToWrite = 0x3001,
|
||||
DriverFailedToOpen = 0x3002,
|
||||
PacketChecksumError = 0x3003,
|
||||
TransmitBufferFull = 0x3004,
|
||||
DriverFailedToClose = 0x3003,
|
||||
PacketChecksumError = 0x3004,
|
||||
TransmitBufferFull = 0x3005,
|
||||
PCAPCouldNotStart = 0x3102,
|
||||
PCAPCouldNotFindDevices = 0x3103,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user