ESP-IDF
ot::Coap::CoapBase::Metadata
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Coap::CoapBase::Metadata
ot::Coap::CoapBase::Metadata struct
Syntax
Show:
Summary
Declaration
from
coap.hpp:793
struct
Metadata
:
public
Message
::
FooterData
<
Metadata
>
{
Ip6
::
Address
mSourceAddress
;
Ip6
::
Address
mDestinationAddress
;
uint16_t
mDestinationPort
;
ResponseHandler
mResponseHandler
;
void
*
mResponseContext
;
TimeMilli
mNextTimerShot
;
uint32_t
mRetransmissionTimeout
;
uint8_t
mRetransmissionsRemaining
;
#if
OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
uint8_t
mHopLimit
;
#endif
bool
mAcknowledged
:
1
;
bool
mConfirmable
:
1
;
bool
mMulticastLoop
:
1
;
#if
OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
bool
mIsHostInterface
:
1
;
#endif
#if
OPENTHREAD_CONFIG_COAP_OBSERVE_API_ENABLE
bool
mObserve
:
1
;
#endif
#if
OPENTHREAD_CONFIG_COAP_BLOCKWISE_TRANSFER_ENABLE
otCoapBlockwiseReceiveHook
mBlockwiseReceiveHook
;
otCoapBlockwiseTransmitHook
mBlockwiseTransmitHook
;
#endif
}
;
Fields
Field
Declared as
ot::Coap::CoapBase::Metadata::mSourceAddress
Ip6
::
Address
ot::Coap::CoapBase::Metadata::mDestinationAddress
Ip6
::
Address
ot::Coap::CoapBase::Metadata::mDestinationPort
uint16_t
ot::Coap::CoapBase::Metadata::mResponseHandler
ResponseHandler
ot::Coap::CoapBase::Metadata::mResponseContext
void
*
ot::Coap::CoapBase::Metadata::mNextTimerShot
TimeMilli
ot::Coap::CoapBase::Metadata::mRetransmissionTimeout
uint32_t
ot::Coap::CoapBase::Metadata::mRetransmissionsRemaining
uint8_t
ot::Coap::CoapBase::Metadata::mHopLimit
uint8_t
ot::Coap::CoapBase::Metadata::mAcknowledged
bool
:
1
ot::Coap::CoapBase::Metadata::mConfirmable
bool
:
1
ot::Coap::CoapBase::Metadata::mMulticastLoop
bool
:
1
ot::Coap::CoapBase::Metadata::mIsHostInterface
bool
:
1
Related Functions
Found 3 other functions taking a
Metadata
argument:
Function
ot::Coap::CoapBase::FinalizeCoapTransaction()
ot::Coap::CoapBase::CopyAndEnqueueMessage()
ot::Coap::CoapBase::FindRelatedRequest()
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