ESP-IDF
esp_srp_init()
is only used within ESP-IDF.
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
ESP-IDF
esp_srp_init()
esp_srp_init() function
Initialize srp context for given NG type
Syntax
Show:
Summary
Declaration
Definition
from
esp_srp.h:119
esp_srp_handle_t
*
esp_srp_init
(
esp_ng_type_t
ng
)
;
Implemented in
esp_srp.c:100
Arguments
Argument
Description
ng
NG type given by `esp_ng_type_t`
Return value
esp_srp_handle_t* srp handle
Notes
the handle gets freed with `esp_srp_free`
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