semilimes mcu sdk
0.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
fc_nfc_reader.h
1
#ifndef _fc_nfc_reader_
2
#define _fc_nfc_reader_
3
4
#include "../defines.h"
5
6
class
FcNfcReader
7
{
8
private
:
9
SmeJson json_data;
10
char
** pjson;
11
12
public
:
13
// Function: FcNfcReader
14
15
// A scanner button allowing to read NFC tags
16
17
// Prototype:
18
// void FcNfcReader(char* json);
19
20
// Parameters:
22
23
// Returns:
25
FcNfcReader
(
char
* json)
26
{
27
pjson = &json;
28
json_data.initJson(*pjson);
29
}
30
31
// Function: FcNfcReader.setObj
32
33
// A scanner button allowing to read NFC tags
34
35
// Prototype:
36
// void FcNfcReader::setObj(char* refname,char* title,bool reqSel, char* value,char* actBtnTitle);
37
38
// Parameters:
44
45
// Returns:
47
void
setObj
(
char
* refname,
char
* title,
bool
reqSel,
char
* value,
char
* actBtnTitle);
48
};
49
50
#endif
FcNfcReader
Definition
fc_nfc_reader.h:7
FcNfcReader::FcNfcReader
FcNfcReader(char *json)
Definition
fc_nfc_reader.h:25
FcNfcReader::setObj
void setObj(char *refname, char *title, bool reqSel, char *value, char *actBtnTitle)
Definition
fc_nfc_reader.cpp:20
semilimes
src
components
fc_nfc_reader.h
Generated by
1.12.0