Added errors for DeviceCurrentlyOpen and DeviceCurrentlyClosed

This commit is contained in:
EricLiu2000
2019-06-13 16:01:35 -04:00
parent 8862a06c3d
commit 2806c935f1
2 changed files with 18 additions and 2 deletions
+5 -2
View File
@@ -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,