ESP-IDF
ot::Trel::Interface::Peer::Info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
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