Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 657bdd5

Browse files
metsmamrts
authored andcommitted
Handle reset warning
WE2-434 Signed-off-by: Raul Metsma <[email protected]>
1 parent a0f3c5f commit 657bdd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SCardCall.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ void SCardCall(const char* callerFunctionName, const char* file, int line,
7070
case SCARD_E_NOT_READY:
7171
case SCARD_E_INVALID_VALUE:
7272
case SCARD_E_COMM_DATA_LOST:
73+
case SCARD_W_RESET_CARD:
7374
#ifdef _WIN32
7475
case ERROR_IO_DEVICE:
7576
#endif // _WIN32

0 commit comments

Comments
 (0)