ESP-IDF
ot::Trel::Interface::Peer::Info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Methods
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Trel::Interface::Peer::Info
ot::Trel::Interface::Peer::Info class
Syntax
Show:
Summary
Declaration
from
trel_interface.hpp:131
class
Info
:
public
otPlatTrelPeerInfo
{
public
:
bool
IsRemoved
(
void
)
const
{
return
mRemoved
;
}
const
uint8_t
*
GetTxtData
(
void
)
const
{
return
mTxtData
;
}
uint16_t
GetTxtLength
(
void
)
const
{
return
mTxtLength
;
}
const
Ip6
::
SockAddr
&
GetSockAddr
(
void
)
const
{
return
static_cast
<
const
Ip6
::
SockAddr
&
>
(
mSockAddr
)
;
}
}
;
Methods
IsRemoved() const
GetTxtData() const
GetTxtLength() const
GetSockAddr() const
Related Functions
Found 2 other functions taking a
Info
argument:
Function
ot::Trel::Interface::ParsePeerInfoTxtData() const
ot::Trel::Interface::HandleDiscoveredPeerInfo()
Examples
References
from
examples
Code
Location
Scope
Referrer
class
Info
:
public
otPlatTrelPeerInfo
trel_interface.hpp:131
instance
.
Get
<
Interface
>
(
)
.
HandleDiscoveredPeerInfo
(
*
static_cast
<
const
Interface
::
Peer
::
Info
*
>
(
aInfo
)
)
;
trel_interface.cpp:170
ot::Trel::otPlatTrelHandleDiscoveredPeerInfo()
void
Interface
::
HandleDiscoveredPeerInfo
(
const
Peer
::
Info
&
aInfo
)
trel_interface.cpp:176
ot::Trel::Interface::HandleDiscoveredPeerInfo()
ot::Trel::Interface::HandleDiscoveredPeerInfo()::aInfo
Error
Interface
::
ParsePeerInfoTxtData
(
const
Peer
::
Info
&
aInfo
,
trel_interface.cpp:239
ot::Trel::Interface::ParsePeerInfoTxtData() const
ot::Trel::Interface::ParsePeerInfoTxtData() const::aInfo
void
HandleDiscoveredPeerInfo
(
const
Peer
::
Info
&
aInfo
)
;
trel_interface.hpp:269
ot::Trel::Interface::HandleDiscoveredPeerInfo()
ot::Trel::Interface::HandleDiscoveredPeerInfo()::aInfo
Error
ParsePeerInfoTxtData
(
const
Peer
::
Info
&
aInfo
,
trel_interface.hpp:272
ot::Trel::Interface::ParsePeerInfoTxtData() const
ot::Trel::Interface::ParsePeerInfoTxtData() const::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
ot::Trel::Interface::Peer::Info
is inherited by 1 classes:
All items filtered out
ot::Trel::Interface::Peer::Info
otPlatTrelPeerInfo
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::Trel::Interface::HandleDiscoveredPeerInfo()::aInfo
ot::Trel::Interface::HandleDiscoveredPeerInfo()
trel_interface.hpp:269
ot::Trel::Interface::ParsePeerInfoTxtData() const::aInfo
ot::Trel::Interface::ParsePeerInfoTxtData() const
trel_interface.hpp:272
ot::Trel::Interface::HandleDiscoveredPeerInfo()::aInfo
ot::Trel::Interface::HandleDiscoveredPeerInfo()
trel_interface.cpp:176
ot::Trel::Interface::ParsePeerInfoTxtData() const::aInfo
ot::Trel::Interface::ParsePeerInfoTxtData() const
trel_interface.cpp:239
Lifecycle
from
examples
All items filtered out
All items filtered out