semilimes mcu sdk
1.1.5
semilimes Software Development Kit for microcontrollers
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Members
All
a
d
e
f
g
l
m
p
s
v
~
Functions
a
d
g
s
~
Variables
Files
File List
▼
semilimes mcu sdk
►
Classes
▼
Files
▼
File List
▼
github
▼
semilimes_mcu_sdk
▼
src
►
account
►
communication
▼
components
dc_appointment.h
dc_ch_reference.h
dc_contact.h
dc_file.h
dc_form.h
dc_gauge.h
dc_html_text.h
dc_location.h
dc_simple_text.h
dc_tile_view.h
dc_tunnel_reference.h
dc_webview.h
fc_bucket_picker.h
fc_button_list.h
fc_color_picker.h
fc_contact_picker.h
fc_date_picker.h
fc_event_picker.h
fc_gauge.h
fc_hidden_value.h
fc_label.h
fc_location_picker.h
fc_multiple_choice.h
fc_nfc_reader.h
fc_qr_scanner.h
fc_single_choice.h
fc_slider.h
fc_switch.h
fc_text_box.h
fc_time_picker.h
defines.h
semilimes.h
•
All
Classes
Functions
Variables
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
* json =
nullptr
;
11
12
public
:
13
// Function: ~FcNfcReader
14
15
// distructor of the class, frees up the memory occupied by the array/s
16
17
// Prototype:
18
// ~FcNfcReader()
19
20
// Parameters:
21
22
// Returns:
24
~FcNfcReader
()
25
{
26
delete
[] json;
27
json =
nullptr
;
28
}
24
~FcNfcReader
() {
…
}
29
30
// Function: FcNfcReader.set
31
32
// A scanner button allowing to read NFC tags
33
34
// Prototype:
35
// void FcNfcReader::set(const char* refname,const char* title,bool reqSel, const char* value,const char* actBtnTitle);
36
37
// Parameters:
43
44
// Returns:
46
void
set
(
const
char
* refname,
const
char
* title,
bool
reqSel,
const
char
* value,
const
char
* actBtnTitle);
47
48
// Function: FcNfcReader.get
49
50
// return the json script
51
52
// Prototype:
53
// void FcNfcReader::get();
54
55
// Parameters:
56
57
// Returns:
59
char
*
get
();
60
};
6
class
FcNfcReader
{
…
};
61
62
#endif
FcNfcReader
Definition
fc_nfc_reader.h:7
FcNfcReader::get
char * get()
Definition
fc_nfc_reader.cpp:46
FcNfcReader::~FcNfcReader
~FcNfcReader()
Definition
fc_nfc_reader.h:24
FcNfcReader::set
void set(const char *refname, const char *title, bool reqSel, const char *value, const char *actBtnTitle)
Definition
fc_nfc_reader.cpp:20
github
semilimes_mcu_sdk
src
components
fc_nfc_reader.h
Generated by
1.12.0