Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ clearSRIXReader
Function
clearSRIXReader
src/modules/bjs_interpreter/rfid_js.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
static void clearSRIXReader() {
41
if (g_srixReader) {
42
delete g_srixReader;
43
g_srixReader = nullptr;
44
}
45
}
46
47
// ============================================================================
48
// RFID FUNCTIONS
Callers
1
native_srixClear
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected