|
| | ~FcQrScanner () |
| |
| void | set (const char *refname, const char *title, bool reqSel, const char *value, const char *actBtnTitle, const char *mode) |
| |
| char * | get () |
| |
|
| char | mode [3][8] = {"auto","qrcode","barcode"} |
| |
◆ ~FcQrScanner()
| FcQrScanner::~FcQrScanner |
( |
| ) |
|
|
inline |
◆ get()
| char * FcQrScanner::get |
( |
| ) |
|
◆ set()
| void FcQrScanner::set |
( |
const char * | refname, |
|
|
const char * | title, |
|
|
bool | reqSel, |
|
|
const char * | value, |
|
|
const char * | actBtnTitle, |
|
|
const char * | mode ) |
- Parameters
-
| refname | - it is the reference name of the object |
| title | - is the text displayed next to the scanner |
| reqSel | - indicates if the selection is required to submit the form |
| value | - is the decoded value of the NFC scan upon form submission |
| actBtnTitle | - is the label of the scan button |
| mode | - selects the type of code to support. Allowed values: auto, qrcode, barcode. char mode[3][8] = {"auto","qrcode","barcode"}; |
- Returns
- void
◆ mode
| char FcQrScanner::mode[3][8] = {"auto","qrcode","barcode"} |
- Parameters
-
| char | mode[3][8] = {"auto","qrcode","barcode"}; |
The documentation for this class was generated from the following files:
- C:/Users/flavio_unige/Desktop/semilimes/sdk/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/fc_qr_scanner.h
- C:/Users/flavio_unige/Desktop/semilimes/sdk/semilimes MCU SDK/github/semilimes_mcu_sdk/src/components/fc_qr_scanner.cpp