mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 08:34:00 +02:00
14 lines
151 B
C++
14 lines
151 B
C++
#include <string>
|
|
|
|
#include "brmdoor_nfc.h"
|
|
|
|
using namespace std;
|
|
|
|
NFCDevice::NFCDevice()
|
|
{
|
|
}
|
|
|
|
std::string NFCDevice::scanUID()
|
|
{
|
|
return "1234";
|
|
}
|