wifi_prov_mgr sample
esp_qrcode_config_t
is only used within wifi_prov_mgr sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
wifi_prov_mgr sample
esp_qrcode_config_t
esp_qrcode_config_t struct
QR Code configuration options
Syntax
Show:
Summary
Declaration
from
qrcode.h:23
typedef
struct
{
void
(
*
display_func
)
(
esp_qrcode_handle_t
qrcode
)
;
int
max_qrcode_version
;
int
qrcode_ecc_level
;
}
esp_qrcode_config_t
;
Fields
Field
Declared as
Description
esp_qrcode_config_t::display_func
void
(
*
)
(
esp_qrcode_handle_t
qrcode
)
Function called for displaying the QR Code after encoding is complete.
esp_qrcode_config_t::max_qrcode_version
int
Max QR Code Version to be used. Range: 2 - 40.
esp_qrcode_config_t::qrcode_ecc_level
int
Error Correction Level for QR Code.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out