MCPcopy Create free account
hub / github.com/BruceDevices/firmware / getUID

Method getUID

src/modules/rfid/srix_tool.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 // Getter for data access
63 uint8_t *getDump() { return _dump; }
64 uint8_t *getUID() { return _uid; }
65 bool isDumpValid() { return _dump_valid_from_read || _dump_valid_from_load; }
66
67private:

Callers 2

native_srixReadFunction · 0.80
native_srixLoadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected