ESP-IDF
ot::Dhcp6::TransactionId
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::Dhcp6::TransactionId
ot::Dhcp6::TransactionId class
Syntax
Show:
Summary
Declaration
from
dhcp6.hpp:92
class
TransactionId
:
public
Equatable
<
TransactionId
>
,
public
Clearable
<
TransactionId
>
{
public
:
static
constexpr
uint16_t
kSize
=
3
;
Error
GenerateRandom
(
void
)
{
OT_UNUSED_VARIABLE
(
m8
)
;
return
Random
::
Crypto
::
Fill
(
*
this
)
;
}
private
:
uint8_t
m8
[
kSize
]
;
}
;
Fields
Field
Declared as
ot::Dhcp6::TransactionId::kSize
ot::Dhcp6::TransactionId::m8
uint8_t
[
kSize
]
Methods
GenerateRandom()
Generates a cryptographically secure random sequence to populate the transaction identifier.
Related Functions
Found 4 other functions taking a
TransactionId
argument:
Function
Description
ot::Dhcp6::Header::SetTransactionId()
Sets the DHCPv6 message transaction identifier.
ot::Dhcp6::Server::AppendHeader()
ot::Dhcp6::Server::ProcessSolicit()
ot::Dhcp6::Server::SendReply()
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