ESP-IDF
protocomm::ver
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
protocomm::ver
protocomm::ver field
Syntax
Show:
Summary
Declaration
from
protocomm_priv.h:73
const
char
*
ver
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
ver
;
protocomm_priv.h:73
if
(
pc
->
ver
)
{
protocomm.c:49
protocomm_delete()
free
(
(
void
*
)
pc
->
ver
)
;
protocomm.c:50
protocomm_delete()
if
(
!
pc
->
ver
)
{
protocomm.c:372
protocomm_version_handler()
*
outlen
=
strlen
(
pc
->
ver
)
;
protocomm.c:379
protocomm_version_handler()
memcpy
(
*
outbuf
,
pc
->
ver
,
*
outlen
)
;
protocomm.c:386
protocomm_version_handler()
if
(
pc
->
ver
)
{
protocomm.c:396
protocomm_set_version()
pc
->
ver
=
strdup
(
version
)
;
protocomm.c:400
protocomm_set_version()
if
(
pc
->
ver
==
NULL
)
{
protocomm.c:401
protocomm_set_version()
if
(
pc
->
ver
)
{
protocomm.c:422
protocomm_unset_version()
free
(
(
char
*
)
pc
->
ver
)
;
protocomm.c:423
protocomm_unset_version()
pc
->
ver
=
NULL
;
protocomm.c:424
protocomm_unset_version()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
protocomm::ver
is written by 2 functions and is read by 4 functions:
protocomm_set_version()
protocomm_unset_version()
All items filtered out
protocomm::ver
protocomm_delete()
protocomm_version_handler()
protocomm_set_version()
protocomm_unset_version()
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