ESP-IDF
sdp_db_find_record()
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
sdp_db_find_record()
sdp_db_find_record() function
* Function sdp_db_find_record * Description This function searches for a record with a specific handle * It is passed the handle of the record. * Returns Pointer to the record, or NULL if not found.
Syntax
Show:
Summary
Declaration
Definition
from
sdpint.h:295
extern
tSDP_RECORD
*
sdp_db_find_record
(
UINT32
handle
)
;
Implemented in
sdp_db.c:170
Arguments
Argument
handle
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