ESP-IDF
ot::Cli::Bbr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Cli::Bbr
ot::Cli::Bbr class
Implements the BBR CLI interpreter.
Syntax
Show:
Summary
Declaration
from
cli_bbr.hpp:53
class
Bbr
:
private
Utils
{
public
:
Bbr
(
otInstance
*
aInstance
,
OutputImplementer
&
aOutputImplementer
)
:
Utils
(
aInstance
,
aOutputImplementer
)
{
}
otError
Process
(
Arg
aArgs
[
]
)
;
private
:
using
Command
=
CommandEntry
<
Bbr
>
;
template
<
CommandId
kCommandId
>
otError
Process
(
Arg
aArgs
[
]
)
;
void
OutputConfig
(
const
otBackboneRouterConfig
&
aConfig
)
;
}
;
Methods
Process()
@cli bbr config
bbr config seqno: 10 delay: 120 secs timeout: 300 secs Done
@par api_copy #otBackboneRouterGetConfig.
OutputConfig()
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