pcsclite: return SCardGetStatusChange errors
So it's possible to know when and why pcsc stops watching for events.
This commit is contained in:
@@ -16,6 +16,7 @@ class PCSCLite: public Nan::ObjectWrap {
|
||||
LPSTR readers_name;
|
||||
DWORD readers_name_length;
|
||||
bool do_exit;
|
||||
std::string err_msg;
|
||||
};
|
||||
|
||||
struct AsyncBaton {
|
||||
|
||||
Reference in New Issue
Block a user