libcoap  4.2.0
coap_packet_t Struct Reference

#include <coap_io.h>

+ Collaboration diagram for coap_packet_t:

Data Fields

coap_address_t src
 the packet's source address More...
 
coap_address_t dst
 the packet's destination address 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 196 of file coap_io.h.

Field Documentation

◆ dst

coap_address_t coap_packet_t::dst

the packet's destination address

Definition at line 198 of file coap_io.h.

◆ ifindex

int coap_packet_t::ifindex

the interface index

Definition at line 199 of file coap_io.h.

◆ length

size_t coap_packet_t::length

length of payload

Definition at line 200 of file coap_io.h.

◆ payload

unsigned char coap_packet_t::payload[COAP_RXBUFFER_SIZE]

payload

Definition at line 201 of file coap_io.h.

◆ src

coap_address_t coap_packet_t::src

the packet's source address

Definition at line 197 of file coap_io.h.


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