ESP-IDF
ot::MeshCoP::BorderAgent::ForwardContext
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::MeshCoP::BorderAgent::ForwardContext
ot::MeshCoP::BorderAgent::ForwardContext class
Syntax
Show:
Summary
Declaration
from
border_agent.hpp:264
class
ForwardContext
:
public
InstanceLocatorInit
,
public
Heap
::
Allocatable
<
ForwardContext
>
{
public
:
Error
Init
(
Instance
&
aInstance
,
const
Coap
::
Message
&
aMessage
,
bool
aPetition
,
bool
aSeparate
)
;
bool
IsPetition
(
void
)
const
{
return
mPetition
;
}
uint16_t
GetMessageId
(
void
)
const
{
return
mMessageId
;
}
Error
ToHeader
(
Coap
::
Message
&
aMessage
,
uint8_t
aCode
)
const
;
private
:
uint16_t
mMessageId
;
bool
mPetition
:
1
;
bool
mSeparate
:
1
;
uint8_t
mTokenLength
:
4
;
uint8_t
mType
:
2
;
uint8_t
mToken
[
Coap
::
Message
::
kMaxTokenLength
]
;
}
;
Fields
Field
Declared as
ot::MeshCoP::BorderAgent::ForwardContext::mMessageId
uint16_t
ot::MeshCoP::BorderAgent::ForwardContext::mPetition
bool
:
1
ot::MeshCoP::BorderAgent::ForwardContext::mSeparate
bool
:
1
ot::MeshCoP::BorderAgent::ForwardContext::mTokenLength
uint8_t
:
4
ot::MeshCoP::BorderAgent::ForwardContext::mType
uint8_t
:
2
ot::MeshCoP::BorderAgent::ForwardContext::mToken
uint8_t
[
Coap
::
Message
::
kMaxTokenLength
]
Methods
Init()
IsPetition() const
GetMessageId() const
ToHeader() const
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