added IOCTL_CCID_ESCAPE constant to reader object to support escape command

This commit is contained in:
Martin Endler
2016-11-17 23:52:27 +01:00
parent 198c892f34
commit 114f8372a1
5 changed files with 11 additions and 12 deletions

View File

@@ -14,6 +14,11 @@
#ifdef _WIN32
#define MAX_ATR_SIZE 33
#endif
#ifdef WIN32
#define IOCTL_CCID_ESCAPE (0x42000000 + 3500)
#else
#define IOCTL_CCID_ESCAPE (0x42000000 + 1)
#endif
static Nan::Persistent<v8::String> name_symbol;
static Nan::Persistent<v8::String> connected_symbol;