ESP-IDF
ot::Radio::GetVersionString()
is only used within ESP-IDF.
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
ESP-IDF
ot::Radio::GetVersionString()
ot::Radio::GetVersionString() method
Gets the radio version string.
Syntax
Show:
Summary
Declaration
Definition
from
radio.hpp:282
const
char
*
GetVersionString
(
void
)
;
Implemented in
radio.hpp:820
Return value
A pointer to the OpenThread radio version.
Examples
References
from
examples
Code
Location
inline
const
char
*
Radio
::
GetVersionString
(
void
)
{
return
otPlatRadioGetVersionString
(
GetInstancePtr
(
)
)
;
}
radio.hpp:820
const
char
*
GetVersionString
(
void
)
;
radio.hpp:282
Call Tree
from
examples
ot::Radio::GetVersionString()
calls 2 functions:
All items filtered out
ot::Radio::GetVersionString()
otPlatRadioGetVersionString()
ot::Radio::GetInstancePtr() const
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