mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 08:34:00 +02:00
Initial commit
This commit is contained in:
commit
cafd967ed6
6 changed files with 74 additions and 0 deletions
15
brmdoor_nfc.h
Normal file
15
brmdoor_nfc.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class NFCDevice
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
NFCDevice();
|
||||
|
||||
~NFCDevice() {}
|
||||
|
||||
std::string scanUID();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue