| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
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.   | |
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.
| 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.