ESP-IDF
ot::Srp::Client::MsgInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::MsgInfo
ot::Srp::Client::MsgInfo struct
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:994
struct
MsgInfo
{
static
constexpr
uint16_t
kUnknownOffset
=
0
;
OwnedPtr
<
Message
>
mMessage
;
uint16_t
mDomainNameOffset
;
uint16_t
mHostNameOffset
;
uint16_t
mRecordCount
;
KeyInfo
mKeyInfo
;
}
;
Fields
Field
Declared as
ot::Srp::Client::MsgInfo::kUnknownOffset
ot::Srp::Client::MsgInfo::mMessage
OwnedPtr
<
Message
>
ot::Srp::Client::MsgInfo::mDomainNameOffset
uint16_t
ot::Srp::Client::MsgInfo::mHostNameOffset
uint16_t
ot::Srp::Client::MsgInfo::mRecordCount
uint16_t
ot::Srp::Client::MsgInfo::mKeyInfo
KeyInfo
Related Functions
Found 10 other functions taking a
MsgInfo
argument:
Function
ot::Srp::Client::AppendHostName() const
ot::Srp::Client::PrepareUpdateMessage()
ot::Srp::Client::AppendKeyRecord() const
ot::Srp::Client::AppendDeleteAllRrsets() const
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::AppendHostDescriptionInstruction()
ot::Srp::Client::AppendAaaaRecord() const
ot::Srp::Client::AppendUpdateLeaseOptRecord()
ot::Srp::Client::AppendSignature()
ot::Srp::Client::AppendServiceInstruction()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
MsgInfo
srp_client.hpp:994
MsgInfo
info
;
srp_client.cpp:991
ot::Srp::Client::SendUpdate()
Error
Client
::
PrepareUpdateMessage
(
MsgInfo
&
aInfo
)
srp_client.cpp:1100
ot::Srp::Client::PrepareUpdateMessage()
ot::Srp::Client::PrepareUpdateMessage()::aInfo
aInfo
.
mDomainNameOffset
=
MsgInfo
::
kUnknownOffset
;
srp_client.cpp:1107
ot::Srp::Client::PrepareUpdateMessage()
aInfo
.
mHostNameOffset
=
MsgInfo
::
kUnknownOffset
;
srp_client.cpp:1108
ot::Srp::Client::PrepareUpdateMessage()
Error
Client
::
AppendServiceInstructions
(
MsgInfo
&
aInfo
)
srp_client.cpp:1208
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::AppendServiceInstructions()::aInfo
Error
Client
::
AppendServiceInstruction
(
Service
&
aService
,
MsgInfo
&
aInfo
)
srp_client.cpp:1367
ot::Srp::Client::AppendServiceInstruction()
ot::Srp::Client::AppendServiceInstruction()::aInfo
Error
Client
::
AppendHostDescriptionInstruction
(
MsgInfo
&
aInfo
)
srp_client.cpp:1489
ot::Srp::Client::AppendHostDescriptionInstruction()
ot::Srp::Client::AppendHostDescriptionInstruction()::aInfo
Error
Client
::
AppendAaaaRecord
(
const
Ip6
::
Address
&
aAddress
,
MsgInfo
&
aInfo
)
const
srp_client.cpp:1552
ot::Srp::Client::AppendAaaaRecord() const
ot::Srp::Client::AppendAaaaRecord() const::aInfo
Error
Client
::
AppendKeyRecord
(
MsgInfo
&
aInfo
)
const
srp_client.cpp:1570
ot::Srp::Client::AppendKeyRecord() const
ot::Srp::Client::AppendKeyRecord() const::aInfo
Error
Client
::
AppendDeleteAllRrsets
(
MsgInfo
&
aInfo
)
const
srp_client.cpp:1592
ot::Srp::Client::AppendDeleteAllRrsets() const
ot::Srp::Client::AppendDeleteAllRrsets() const::aInfo
Error
Client
::
AppendHostName
(
MsgInfo
&
aInfo
,
bool
aDoNotCompress
)
const
srp_client.cpp:1606
ot::Srp::Client::AppendHostName() const
ot::Srp::Client::AppendHostName() const::aInfo
if
(
aInfo
.
mHostNameOffset
!=
MsgInfo
::
kUnknownOffset
)
srp_client.cpp:1623
ot::Srp::Client::AppendHostName() const
Error
Client
::
AppendUpdateLeaseOptRecord
(
MsgInfo
&
aInfo
)
srp_client.cpp:1636
ot::Srp::Client::AppendUpdateLeaseOptRecord()
ot::Srp::Client::AppendUpdateLeaseOptRecord()::aInfo
Error
Client
::
AppendSignature
(
MsgInfo
&
aInfo
)
srp_client.cpp:1676
ot::Srp::Client::AppendSignature()
ot::Srp::Client::AppendSignature()::aInfo
Error
PrepareUpdateMessage
(
MsgInfo
&
aInfo
)
;
srp_client.hpp:1023
ot::Srp::Client::PrepareUpdateMessage()
ot::Srp::Client::PrepareUpdateMessage()::aInfo
Error
AppendServiceInstructions
(
MsgInfo
&
aInfo
)
;
srp_client.hpp:1025
ot::Srp::Client::AppendServiceInstructions()
ot::Srp::Client::AppendServiceInstructions()::aInfo
Error
AppendServiceInstruction
(
Service
&
aService
,
MsgInfo
&
aInfo
)
;
srp_client.hpp:1027
ot::Srp::Client::AppendServiceInstruction()
ot::Srp::Client::AppendServiceInstruction()::aInfo
Error
AppendHostDescriptionInstruction
(
MsgInfo
&
aInfo
)
;
srp_client.hpp:1028
ot::Srp::Client::AppendHostDescriptionInstruction()
ot::Srp::Client::AppendHostDescriptionInstruction()::aInfo
Error
AppendKeyRecord
(
MsgInfo
&
aInfo
)
const
;
srp_client.hpp:1029
ot::Srp::Client::AppendKeyRecord() const
ot::Srp::Client::AppendKeyRecord() const::aInfo
Error
AppendDeleteAllRrsets
(
MsgInfo
&
aInfo
)
const
;
srp_client.hpp:1030
ot::Srp::Client::AppendDeleteAllRrsets() const
ot::Srp::Client::AppendDeleteAllRrsets() const::aInfo
Error
AppendHostName
(
MsgInfo
&
aInfo
,
bool
aDoNotCompress
=
false
)
const
;
srp_client.hpp:1031
ot::Srp::Client::AppendHostName() const
ot::Srp::Client::AppendHostName() const::aInfo
Error
AppendAaaaRecord
(
const
Ip6
::
Address
&
aAddress
,
MsgInfo
&
aInfo
)
const
;
srp_client.hpp:1032
ot::Srp::Client::AppendAaaaRecord() const
ot::Srp::Client::AppendAaaaRecord() const::aInfo
Error
AppendUpdateLeaseOptRecord
(
MsgInfo
&
aInfo
)
;
srp_client.hpp:1033
ot::Srp::Client::AppendUpdateLeaseOptRecord()
ot::Srp::Client::AppendUpdateLeaseOptRecord()::aInfo
Error
AppendSignature
(
MsgInfo
&
aInfo
)
;
srp_client.hpp:1034
ot::Srp::Client::AppendSignature()
ot::Srp::Client::AppendSignature()::aInfo
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
Instance
Scope
Location
Project
ot::Srp::Client::PrepareUpdateMessage()::aInfo
ot::Srp::Client::PrepareUpdateMessage()
srp_client.hpp:1023
ot::Srp::Client::AppendServiceInstructions()::aInfo
ot::Srp::Client::AppendServiceInstructions()
srp_client.hpp:1025
ot::Srp::Client::AppendServiceInstruction()::aInfo
ot::Srp::Client::AppendServiceInstruction()
srp_client.hpp:1027
ot::Srp::Client::AppendHostDescriptionInstruction()::aInfo
ot::Srp::Client::AppendHostDescriptionInstruction()
srp_client.hpp:1028
ot::Srp::Client::AppendKeyRecord() const::aInfo
ot::Srp::Client::AppendKeyRecord() const
srp_client.hpp:1029
ot::Srp::Client::AppendDeleteAllRrsets() const::aInfo
ot::Srp::Client::AppendDeleteAllRrsets() const
srp_client.hpp:1030
ot::Srp::Client::AppendHostName() const::aInfo
ot::Srp::Client::AppendHostName() const
srp_client.hpp:1031
ot::Srp::Client::AppendAaaaRecord() const::aInfo
ot::Srp::Client::AppendAaaaRecord() const
srp_client.hpp:1032
ot::Srp::Client::AppendUpdateLeaseOptRecord()::aInfo
ot::Srp::Client::AppendUpdateLeaseOptRecord()
srp_client.hpp:1033
ot::Srp::Client::AppendSignature()::aInfo
ot::Srp::Client::AppendSignature()
srp_client.hpp:1034
ot::Srp::Client::PrepareUpdateMessage()::aInfo
ot::Srp::Client::PrepareUpdateMessage()
srp_client.cpp:1100
ot::Srp::Client::AppendServiceInstructions()::aInfo
ot::Srp::Client::AppendServiceInstructions()
srp_client.cpp:1208
ot::Srp::Client::AppendServiceInstruction()::aInfo
ot::Srp::Client::AppendServiceInstruction()
srp_client.cpp:1367
ot::Srp::Client::AppendHostDescriptionInstruction()::aInfo
ot::Srp::Client::AppendHostDescriptionInstruction()
srp_client.cpp:1489
ot::Srp::Client::AppendAaaaRecord() const::aInfo
ot::Srp::Client::AppendAaaaRecord() const
srp_client.cpp:1552
ot::Srp::Client::AppendKeyRecord() const::aInfo
ot::Srp::Client::AppendKeyRecord() const
srp_client.cpp:1570
ot::Srp::Client::AppendDeleteAllRrsets() const::aInfo
ot::Srp::Client::AppendDeleteAllRrsets() const
srp_client.cpp:1592
ot::Srp::Client::AppendHostName() const::aInfo
ot::Srp::Client::AppendHostName() const
srp_client.cpp:1606
ot::Srp::Client::AppendUpdateLeaseOptRecord()::aInfo
ot::Srp::Client::AppendUpdateLeaseOptRecord()
srp_client.cpp:1636
ot::Srp::Client::AppendSignature()::aInfo
ot::Srp::Client::AppendSignature()
srp_client.cpp:1676
Lifecycle
from
examples
All items filtered out
All items filtered out