doc: document PCSCLite::close, CardReader::close
- Update example accordingly.
This commit is contained in:
@@ -37,6 +37,8 @@ pcsc.on('reader', function(reader) {
|
||||
console.log(err);
|
||||
} else {
|
||||
console.log('Data received', data);
|
||||
reader.close();
|
||||
pcsc.close();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user