semilimes mcu sdk 1.1.5
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
FcQrScanner Class Reference

Public Member Functions

 ~FcQrScanner ()
 
void set (const char *refname, const char *title, bool reqSel, const char *value, const char *actBtnTitle, const char *mode)
 
char * get ()
 

Public Attributes

char mode [3][8] = {"auto","qrcode","barcode"}
 

Constructor & Destructor Documentation

◆ ~FcQrScanner()

FcQrScanner::~FcQrScanner ( )
inline
Returns
void

Member Function Documentation

◆ get()

char * FcQrScanner::get ( )
Returns
char*

◆ 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

Member Data Documentation

◆ mode

char FcQrScanner::mode[3][8] = {"auto","qrcode","barcode"}
Parameters
charmode[3][8] = {"auto","qrcode","barcode"};

The documentation for this class was generated from the following files: