Zephyr API 3.6.99
|
Represents a request awaiting for an acknowledgment (ACK). More...
#include <coap.h>
Data Fields | |
struct sockaddr | addr |
Remote address. | |
int64_t | t0 |
Time when the request was sent. | |
uint32_t | timeout |
Timeout in ms. | |
uint16_t | id |
Message id. | |
uint8_t * | data |
User allocated buffer. | |
uint16_t | len |
Length of the CoAP packet. | |
uint8_t | retries |
Number of times the request has been sent. | |
struct coap_transmission_parameters | params |
Transmission parameters. | |
Represents a request awaiting for an acknowledgment (ACK).
struct sockaddr coap_pending::addr |
Remote address.
uint8_t* coap_pending::data |
User allocated buffer.
uint16_t coap_pending::id |
Message id.
uint16_t coap_pending::len |
Length of the CoAP packet.
struct coap_transmission_parameters coap_pending::params |
Transmission parameters.
uint8_t coap_pending::retries |
Number of times the request has been sent.
int64_t coap_pending::t0 |
Time when the request was sent.
uint32_t coap_pending::timeout |
Timeout in ms.