|
Contiki-NG
|
CoAP module for block 1 handlingMore...
#include <string.h>#include <inttypes.h>#include "coap.h"#include "coap-block1.h"#include "coap-log.h"Go to the source code of this file.
Functions | |
| int | coap_block1_handler (coap_message_t *request, coap_message_t *response, uint8_t *target, size_t *len, size_t max_len) |
| Block 1 support within a coap-ressource. More... | |
CoAP module for block 1 handling
Definition in file coap-block1.c.
1.8.13