Open silkyland opened 2 years ago
I need event function like :
for 3,4 you can just await Pcsc.waitForCardPresent(context, reader); await Pcsc.waitForCardRemoved(context, reader);
await Pcsc.waitForCardPresent(context, reader);
await Pcsc.waitForCardRemoved(context, reader);
I need event function like :