Contiki-NG
coap-block1.c File Reference

CoAP module for block 1 handling. More...

#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 resource. More...
 

Detailed Description

CoAP module for block 1 handling.

Author
Lars Schmertmann Small.nosp@m.Lars.nosp@m.@t-on.nosp@m.line.nosp@m..de

Definition in file coap-block1.c.