mirror of
https://github.com/arx-research/libhalo.git
synced 2026-01-09 21:28:02 -05:00
Simulator: Add missing destroyCardSet() call in simulator_nfc (#393)
This commit is contained in:
committed by
GitHub
parent
69668c1943
commit
8b880803e3
@@ -65,6 +65,10 @@ export class SimNFC implements INFC {
|
||||
return await this._connectedReader.sim.resetCardSet(options);
|
||||
}
|
||||
|
||||
async destroyCardSet() {
|
||||
return await this._connectedReader.sim.destroyCardSet();
|
||||
}
|
||||
|
||||
on: INFCOn = (eventName, listener) => {
|
||||
if (eventName === "reader") {
|
||||
const _listener = listener as (reader: Reader) => void;
|
||||
|
||||
Reference in New Issue
Block a user