libcoap  4.2.1
coap_packet_t Struct Reference

#include <coap_io.h>

+ Collaboration diagram for coap_packet_t:

Data Fields

coap_addr_tuple_t addr_info
 local and remote addresses More...
 
int ifindex
 the interface index More...
 
size_t length
 length of payload More...
 
unsigned char payload [COAP_RXBUFFER_SIZE]
 payload More...
 

Detailed Description

Definition at line 217 of file coap_io.h.

Field Documentation

◆ addr_info

coap_addr_tuple_t coap_packet_t::addr_info

local and remote addresses

Definition at line 218 of file coap_io.h.

◆ ifindex

int coap_packet_t::ifindex

the interface index

Definition at line 219 of file coap_io.h.

◆ length

size_t coap_packet_t::length

length of payload

Definition at line 220 of file coap_io.h.

◆ payload

unsigned char coap_packet_t::payload[COAP_RXBUFFER_SIZE]

payload

Definition at line 221 of file coap_io.h.


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