ESP-IDF
ot::Dhcp6::Header
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::Dhcp6::Header
ot::Dhcp6::Header class
Syntax
Show:
Summary
Declaration
from
dhcp6.hpp:118
class
Header
:
public
Clearable
<
Header
>
{
public
:
Type
GetType
(
void
)
const
{
return
mType
;
}
void
SetType
(
Type
aType
)
{
mType
=
aType
;
}
const
TransactionId
&
GetTransactionId
(
void
)
const
{
return
mTransactionId
;
}
void
SetTransactionId
(
const
TransactionId
&
aTransactionId
)
{
mTransactionId
=
aTransactionId
;
}
private
:
Type
mType
;
TransactionId
mTransactionId
;
}
;
Fields
Field
Declared as
ot::Dhcp6::Header::mType
Type
ot::Dhcp6::Header::mTransactionId
TransactionId
Methods
GetType() const
Returns the DHCPv6 message type.
SetType()
Sets the DHCPv6 message type.
GetTransactionId() const
Returns the DHCPv6 message transaction identifier.
SetTransactionId()
Sets the DHCPv6 message transaction identifier.
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