dpp-enrollee sample
esp_qrcode_get_size()
is only used within dpp-enrollee sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
dpp-enrollee sample
esp_qrcode_get_size()
esp_qrcode_get_size() function
Returns the side length of the given QR Code
Syntax
Show:
Summary
Declaration
Definition
from
qrcode.h:70
int
esp_qrcode_get_size
(
esp_qrcode_handle_t
qrcode
)
;
Implemented in
esp_qrcode_wrapper.c:13
Arguments
Argument
Description
qrcode
QR Code handle used by the display function.
Return value
- val[21, 177]: Side length of 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