ESP-IDF
ot::Cli::SrpClient
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::SrpClient
ot::Cli::SrpClient class
Implements the SRP Client CLI interpreter.
Syntax
Show:
Summary
Declaration
from
cli_srp_client.hpp:53
class
SrpClient
:
private
Utils
{
public
:
SrpClient
(
otInstance
*
aInstance
,
OutputImplementer
&
aOutputImplementer
)
;
otError
Process
(
Arg
aArgs
[
]
)
;
private
:
static
constexpr
uint8_t
kIndentSize
=
4
;
static
constexpr
uint8_t
kMaxHostAddresses
=
OPENTHREAD_CONFIG_SRP_CLIENT_BUFFERS_MAX_HOST_ADDRESSES
;
using
Command
=
CommandEntry
<
SrpClient
>
;
template
<
CommandId
kCommandId
>
otError
Process
(
Arg
aArgs
[
]
)
;
otError
ProcessServiceAdd
(
Arg
aArgs
[
]
)
;
void
OutputHostInfo
(
uint8_t
aIndentSize
,
const
otSrpClientHostInfo
&
aHostInfo
)
;
void
OutputServiceList
(
uint8_t
aIndentSize
,
const
otSrpClientService
*
aServices
)
;
void
OutputService
(
uint8_t
aIndentSize
,
const
otSrpClientService
&
aService
)
;
static
void
HandleCallback
(
otError
aError
,
const
otSrpClientHostInfo
*
aHostInfo
,
const
otSrpClientService
*
aServices
,
const
otSrpClientService
*
aRemovedServices
,
void
*
aContext
)
;
void
HandleCallback
(
otError
aError
,
const
otSrpClientHostInfo
*
aHostInfo
,
const
otSrpClientService
*
aServices
,
const
otSrpClientService
*
aRemovedServices
)
;
bool
mCallbackEnabled
;
}
;
Fields
Field
Declared as
ot::Cli::SrpClient::kIndentSize
ot::Cli::SrpClient::kMaxHostAddresses
ot::Cli::SrpClient::mCallbackEnabled
bool
Methods
Process()
@cli srp client ttl (get,set)
srp client ttl 3600 Done
srp client ttl 3600 Done
@cparam srp client ttl [@ca{value}] @par Gets or sets the `ttl`(time to live) value in seconds. @sa otSrpClientGetTtl @sa otSrpClientSetTtl.
ProcessServiceAdd()
OutputHostInfo()
OutputServiceList()
OutputService()
HandleCallback()
HandleCallback()
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