libcoap
4.2.0
|
#include <coap_io.h>
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... | |
coap_address_t coap_packet_t::dst |
unsigned char coap_packet_t::payload[COAP_RXBUFFER_SIZE] |
coap_address_t coap_packet_t::src |