Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
coap_pending Struct Reference

Represents a request awaiting for an acknowledgment (ACK). More...

#include <coap.h>

Data Fields

struct sockaddr addr
 
uint32_t t0
 
uint32_t timeout
 
uint16_t id
 
uint8_tdata
 
uint16_t len
 
uint8_t retries
 

Detailed Description

Represents a request awaiting for an acknowledgment (ACK).

Field Documentation

◆ addr

struct sockaddr coap_pending::addr

◆ data

uint8_t* coap_pending::data

◆ id

uint16_t coap_pending::id

◆ len

uint16_t coap_pending::len

◆ retries

uint8_t coap_pending::retries

◆ t0

uint32_t coap_pending::t0

◆ timeout

uint32_t coap_pending::timeout

The documentation for this struct was generated from the following file: